<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.vid-size {
	width: 100%;
	margin-top: 150px;
	margin-left: 80px;
}
video::-webkit-media-controls,
video::-moz-controls-overlay,
video::-webkit-media-controls-enclosure,
video::-webkit-media-controls-panel,
video::-ms-media-controls {
	display: initial !important;
}

/*发展历程*/
.timeline {
	display: grid;
	grid-template-columns: minmax(150px, 15%) 1fr;
	max-width: 1280px;
	margin: 0 auto;
}
.timeline .menu {
	/* flex-basis: 15%; */
	margin-right: 15px;
}
.menu-link {
	padding: 8px;
	text-decoration: none;
	color: #333;
	border: #e0e0e0 1px solid;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	margin-bottom: -1px;
}
.menu-link:not(:last-child) {
	border-bottom: none;
}
.menu-link:hover,
.menu-link.active {
	cursor: pointer;
	color: #007bff;
	font-weight: bolder;
}
.timeline .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.timeline .menu li {
	border: #e0e0e0 1px solid;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	margin-bottom: -1px;
}

.timeline .content {
	/* flex-basis: 85%; */
	border: #e0e0e0 1px solid;
}

.timeline .content div {
	display: none;
}

.timeline .content div:first-child {
	display: block;
}

.timeline .menu a:hover {
	background-color: #f5f5f5;
}

.timeline .menu a:focus {
	outline: none;
	background-color: #e5e5e5;
}

.timeline .menu a:active {
	background-color: #0066cc;
}

.timeline .menu a:focus {
	color: #0066cc;
}

.timeline .menu a:focus ~ .content div {
	display: none;
}

.timeline .menu a:focus ~ .content #2023,
.timeline .menu a:focus ~ .content #2022,
.timeline .menu a:focus ~ .content #2021,
.timeline .menu a:focus ~ .content #2020,
.timeline .menu a:focus ~ .content #2019 {
	display: block;
}
/* 风采展示 */
.mod-pics {
	margin-bottom: 39px;
}
.mod-pics .pic-wrap {
	width: 1400px;
	padding-top: 30px;
	position: relative;
	overflow: hidden;
	height: 205px;
}
.mod-pics .pic-inner {
	position: absolute;
	width: 1400px;
}
.mod-pics .pic-inner .item {
	width: 214px;
	float: left;
	margin-right: 23px;
}
.mod-pics .pic-inner .item-last {
	margin-right: 0;
}
.mod-pics .icon {
	display: inline-block;
	width: 49px;
	height: 50px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 60px;
	z-index: 3;
}
.mod-pics .prev {
	left: 0;
	background-image: url(../images/lr-left1.png);
	background-image: -webkit-image-set(url(../images/lr-left1.png) 1x, url(../images/lr-left1_2x.png) 2x);
}
.mod-pics .next {
	right: 0;
	background-image: url(../images/lr-right1.png);
	background-image: -webkit-image-set(url(../images/lr-right1.png) 1x, url(../images/lr-right1_2x.png) 2x);
}

.mainbar {
	width: 1150px;
	background: #fff;
	float: right;
	padding-left: 20px;
}
.mod-related {
	margin: 30px 30px 20px;
}

/* 文字滚动 */
.mod-txtScroll {
	background-color: #f2f2f2;
	height: 36px;
	overflow: hidden;
}
.mod-txtScroll .tis {
	font-size: 14px;
	color: #ffffff;
	background-color: #0e7dd2;
	width: 76px;
	line-height: 36px;
	text-align: center;
}
.mod-txtScroll .bd li {
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	font-size: 14px;
	color: #999999;
	width: 1324px;
	overflow: hidden;
}
.mod-txtScroll .bd li .leader {
	width: 30%;
}
.mod-txtScroll .bd li .phone {
	width: 30%;
}
.mod-txtScroll .bd li .date {
	width: 30%;
}
.mod-txtScroll .bd li .download {
	width: 10%;
	color: #0e7dd2;
	float: right;
}

.mod-three-column {
	margin-left: -30px;
	margin-bottom: 30px;
	min-height: 143px;
}
.mod-three-column:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}
.mod-three-column .w420 {
	margin-left: 30px;
	background: #fff;
	float: left;
}
.mod-three-column .w500 {
	margin-left: 30px;
	background: #fff;
	float: left;
}

/* 轮播 */
.focus-news {
	width: 420px;
	position: relative;
	overflow: hidden;
}
.focus-news .focus-box:hover {
}
.focus-news .focus-box {
	background: #fff;
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	padding: 20px 0 0 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.focus-news .focus-box .focus-box-swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.focus-news .focus-box .swiper-slide {
	display: block;
	background: #fff;
}
.focus-news .focus-box .swiper-slide-box {
	width: 420px;
	height: 313px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.focus-news .focus-box .swiper-slide-box img {
	max-width: 100%;
	height: auto !important;
}
.focus-news .focus-box .swiper-slide-text {
	width: 420px;
	margin-top: 30px;
	font-size: 0;
}
.focus-news .focus-box .swiper-slide-text .text {
	display: inline-block;
	vertical-align: top;
	width: 340px;
	height: 80px;
	text-align: left;
	padding-right: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.focus-news .focus-box .swiper-slide-text .text h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 17px;
	color: #060606;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.focus-news .focus-box .swiper-slide-text .text p {
	height: 50px;
	margin-top: 10px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 13px;
	line-height: 25px;
	color: #888;
}
.focus-news .focus-box .swiper-slide-text .date {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 80px;
	border-radius: 3px;
	background: #0e7dd2;
	text-align: center;
}
.focus-news .focus-box .swiper-slide-text .date .d {
	font-size: 40px;
	color: #fff;
	font-family: CG;
	line-height: 48px;
	margin-top: 6px;
}
.focus-news .focus-box .swiper-slide-text .date .ym {
	margin-top: 2px;
	line-height: 16.4px;
	font-size: 16.4px;
	font-family: Arial;
	color: #fff;
}
.focus-news .focus-box .pagination2 {
	text-align: left;
	margin-top: 30px;
}
.focus-news .focus-box .pagination2 .swiper-pagination-bullet {
	background: #4e4e4e;
	opacity: 1;
	margin-right: 4px;
}
.focus-news .focus-box .pagination2 .swiper-pagination-bullet-active {
	background: #0e7dd2;
}

/* 精彩展示 */
.index-zczs .bd {
	padding: 0 45px;
	position: relative;
	overflow: hidden;
	margin: 20px 0;
	height: 226px;
	overflow: hidden;
}
.index-zczs .bd ul {
	margin-right: -20px;
}
.index-zczs .bd li {
	float: left;
	margin-right: 20px;
	text-align: center;
}
.index-zczs .bd li img {
	width: 245px;
	height: 190px;
}
.index-zczs .bd li p {
	margin-top: 20px;
	font-size: 13px;
	color: #666;
}
.index-zczs .bd .xx {
	position: absolute;
	font-size: 30px;
	color: #d0cece;
	top: 50%;
	margin-top: -35px;
}
.index-zczs .bd .xx:hover {
	color: #0e7dd2;
}
.index-zczs .bd .next {
	left: 0;
}
.index-zczs .bd .prev {
	right: 0;
}

/* 专题专栏 */
.mod-topic .mod-bd {
	margin-top: 15px;
}
.mod-topic .mod-bd li {
	padding-bottom: 0;
	box-sizing: border-box;
	text-align: right;
	font-size: 14px;
	width: 268px;
	height: 88px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.mod-topic .mod-bd li.item-last {
	margin-right: 0;
}
.mod-topic .mod-bd li a {
	line-height: 88px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	float: left;
	text-align: left;
	width: 268px;
	height: 88px;
}
.mod-topic .mod-bd li img {
	width: 268px;
	height: 88px;
}

/* 友情链接 */
.link .form {
	padding-bottom: 0;
}

/* 图片新闻 */
.photoNews-list li {
	border-bottom: 1px #ededed solid;
	padding: 20px 0;
}
.photoNews-list .box {
	padding: 20px;
	border: 2px solid #fff;
	position: relative;
	overflow: hidden;
	transition: border 0.2s;
}
.photoNews-list .box .link {
	position: absolute;
	right: 13px;
	bottom: 3px;
	color: #333;
	font-size: 16px;
	transition: transform 0.2s;
}
.photoNews-list .box .img {
	position: relative;
	height: 160px;
	width: 310px;
}
.photoNews-list .info {
	float: left;
	margin-left: 30px;
	width: 746px;
}
.photoNews-list .info .tit {
	font-size: 16px;
	color: #333;
	margin-top: 20px;
}
.photoNews-list .info .txt a {
	font-size: 14px;
	color: #939393;
	line-height: 20px;
	margin: 20px 0;
	display: block;
}
.photoNews-list .info .time {
	font-size: 14px;
	color: #939393;
}
.photoNews-list li:hover .box {
	border-color: #0e7dd2;
	background: url(../images/rectangle.png) no-repeat right bottom;
}
.photoNews-list li:hover .link {
	color: #fff;
}
.photoNews-list li:hover .info .tit a {
	color: #0e7dd2;
}
.photoNews-list li .link:hover {
	transform: translateX(2px);
}

/* 文章内容 */
.mod-content-title {
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}
.mod-content-title h2.title {
	font-weight: 600;
	text-align: center;
	color: #006eab;
	font-size: 30px;
	padding-bottom: 15px;
}
.mod-content-title h3.subtitle {
	font-weight: normal;
	text-align: center;
	color: #006eab;
	font-size: 22px;
	padding-bottom: 15px;
}
.mod-content-title .meta {
	height: 30px;
	width: 100%;
	text-align: center;
	line-height: 30px;
	color: #666;
}
.mod-content-title .meta span {
	padding: 0px 10px;
}
.mod-content-title .meta a {
	padding: 0 4px;
	color: #666;
}

.mod-content .content {
	margin-bottom: 40px;
	font-size: 16px;
}
.mod-content .content h3 {
	font-weight: normal;
	font-size: 22px;
	padding: 5px 0;
}
.mod-content .content a {
	color: #0c82ff;
}
.mod-content .content p {
	line-height: 30px;
	color: #333;
	margin: 10px 0;
	word-wrap: break-word;
	text-indent: 2em;
}
.mod-content .content p img {
	margin: auto;
	max-width: 100%;
}
.mod-content .content table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: auto;
}
.mod-content .content table p {
	margin: 0;
}
.mod-content .content table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

.mod-content .nav-title {
	height: 36px;
	background: #f2f2f2;
}
.mod-content .nav-title h2 {
	height: 36px;
	line-height: 36px;
	color: #fff;
	padding: 0 15px;
	background: #298bd4;
	font-size: 16px;
	font-weight: 700;
	float: left;
}
.mod-content .nav-title h2 a,
.nav-title h2 a:hover {
	color: #fff;
}
.mod-content .nav-title a.more {
	font-size: 14px;
	color: #333;
	padding-right: 15px;
	line-height: 36px;
	float: right;
}

.mod-content .attachment {
	padding: 30px 20px 20px;
	color: #0a468c;
}
.mod-content .downfile li {
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
}
.mod-content .downfile li a {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #3b5998;
	text-decoration: none;
	color: #0a468c;
	letter-spacing: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.mod-content .toolbar {
	height: 35px;
	width: 100%;
	background: #f2f2f2;
	text-align: center;
	line-height: 35px;
}
.mod-content .operation {
	margin: auto;
	height: 35px;
	line-height: 35px;
	float: right;
}
.mod-content .docauthor {
	padding-left: 20px;
	height: 35px;
	line-height: 35px;
	float: left;
}

.mod-content .operation span {
	line-height: 35px;
	font-size: 14px;
	cursor: pointer;
	margin: 0 15px 0 5px;
}
.mod-content .operation a {
	float: left;
}

.instr-list {
	margin: 30px 30px 20px;
}

/* 登陆 */
.mod-login {
	width: 540px;
	margin: 0 auto;
	background: #fff;
	border: solid 1px #f4f4f4;
}
.login-hd h2 {
	font-size: 24px;
	color: #888;
	line-height: 66px;
	text-align: center;
	border-bottom: 1px solid #f4f4f4;
}
.login-bd form {
	width: 470px;
	margin: 0 auto;
}
.login-bd form .form-item .form-btn {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-border-radius: 3px;
}

.mod-instr {
	width: 800px;
	margin: 0 auto;
	background: #fff;
	border: solid 1px #f4f4f4;
}
.instr-bd form {
	width: 770px;
	margin: 0 auto;
}
.instr-bd form .form-txt {
	background: #f0f2fd;
	padding: 0 10px;
}

.mod-content-pageDown {
	margin: 30px auto;
	border-top: 1px solid #f4f4f4;
	padding: 30px 0 0;
	overflow: hidden;
}
.mod-content-pageDown div {
	width: 1100px;
	margin: 0 auto;
}
.mod-content-pageDown div a {
	width: 50%;
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}
.mod-content-pageDown div a:first-child {
	padding-right: 30px;
}
.mod-content-pageDown div a + a {
	padding-left: 30px;
}
.mod-content-pageDown div a .dib {
	width: 456px;
}

.mod-content-news {
	width: 1100px;
	margin: 50px auto 30px;
	overflow: hidden;
}
.mod-content-news .news-list li {
	display: block;
	float: left;
	width: 50%;
	padding-right: 20px;
	box-sizing: border-box;
	margin: 0 0 20px;
}

/* 页面搜索 */
.page-content {
	padding: 0 30px;
	overflow: hidden;
}
.page-search {
	background: #fff8f1;
	border: 1px solid #ffdfbf;
}
.page-search .form {
	padding: 12px 22px;
}
.page-search .form-input,
.page-search .form-select {
	height: 30px;
	line-height: 30px;
	border: 1px solid #fadfc4;
}
.page-search .fs14 {
	color: #ee7600;
}
.page-search .form-item .form-label {
	line-height: 30px;
}
.page-search .form-horizontal .form-item {
	margin: 5px 0;
}
.page-search .form-btn-bor {
	height: 30px;
	line-height: 30px;
}

body.iframe {
	background: #8db8e3 url(../images/iframe-bg.jpg) fixed no-repeat center center;
	overflow-y: hidden;
	border: 5px solid #0e7dd2;
	border-top: none;
}

#iframe {
	width: 100%;
	height: auto;
}
#iframe .contentTitle {
	width: 90%;
	padding: 5px 0 15px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-family: \5FAE\8F6F\96C5\9ED1, Arial, Helvetica, sans-serif;
	color: #333;
	border-bottom: 1px solid #5ea1ea;
}
#iframe .contentText {
	width: 90%;
	margin: 15px auto;
	font-size: 20px;
	font-weight: bold;
}
#iframe .files {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#iframe .files .down {
	width: 15%;
	margin-left: 8%;
}
#iframe .files .list {
	width: 67%;
	overflow: hidden;
}
#iframe .files .list li {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
#iframe .text {
	width: 84%;
	margin: 0 8%;
	overflow: hidden;
}
#iframe .text p {
	clear: both;
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}
#iframe .text a {
	display: inline-block;
	width: 83%;
	float: right;
}
#iframe .text a {
	*display: inline;
	*zoom: 1;
	*float: none;
	vertical-align: text-top;
}
#iframe a {
	color: #333;
	text-decoration: underline;
}
#iframe a:hover {
	color: #c00;
}

#popup {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#popup .contentTitle {
	width: 96%;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-family: \5FAE\8F6F\96C5\9ED1, Arial, Helvetica, sans-serif;
}
#popup .contentTitle,
#popup .contentTitle a {
	color: #056ab7;
}
#popup .infoTitle,
#popup .infoTitle a {
	color: #c81909;
}
#popup .contentText {
	width: 96%;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
}
#popup .contentText p {
	margin: 10px 0;
	text-indent: 2em;
}

#lightbox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
#lightbox .content {
	width: 500px;
	height: 340px;
	background: #fff;
	margin: 0 auto;
	position: absolute;
	left: 0;
	z-index: 100;
	display: none;
	border-radius: 8px 8px 0 0;
}
#lightbox .content .title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #0e7dd2;
	display: block;
	border-radius: 8px 8px 0 0;
}
#lightbox #lightboxTitle {
}
#lightbox .content .title .text {
	width: 80%;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
}
#lightbox .content .title .button {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	margin: 10px 10px 0 0;
	cursor: pointer;
	background: url(../images/close-btn.png) no-repeat center center;
	_background: url(../images/close-btn.gif) no-repeat center center;
}

.lightbox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
.lightbox .content {
	width: 500px;
	height: 340px;
	background: #fff;
	margin: 0 auto;
	position: absolute;
	left: 0;
	z-index: 100;
	display: none;
	border-radius: 8px 8px 0 0;
}
.lightbox .content .title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #0e7dd2;
	display: block;
	border-radius: 8px 8px 0 0;
}
.lightbox .content .title .text {
	width: 80%;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
}
.lightbox .content .button {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	margin: 10px 10px 0 0;
	cursor: pointer;
	background: url(../images/close-btn.png?v=20171206) no-repeat center center;
	_background: url(../images/close-btn.gif?v=20171206) no-repeat center center;
}

#lightbox2 {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
#lightbox2 .content {
	width: 500px;
	height: 340px;
	background: #fff;
	margin: 0 auto;
	position: absolute;
	left: 0;
	z-index: 100;
	display: none;
	border-radius: 8px 8px 0 0;
}
#lightbox2 .content .title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #0e7dd2;
	display: block;
	border-radius: 8px 8px 0 0;
}
#lightbox2 #lightboxTitle {
}
#lightbox2 .content .title .text {
	width: 80%;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
}
#lightbox2 .content .title .button {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	margin: 10px 10px 0 0;
	cursor: pointer;
	background: url(../images/close-btn.png) no-repeat center center;
	_background: url(../images/close-btn.gif) no-repeat center center;
}

#lightbox3 {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
#lightbox3 .content {
	width: 500px;
	height: 340px;
	background: #fff;
	margin: 0 auto;
	position: absolute;
	left: 0;
	z-index: 100;
	display: none;
	border-radius: 8px 8px 0 0;
}
#lightbox3 .content .title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #0e7dd2;
	display: block;
	border-radius: 8px 8px 0 0;
}
#lightbox3 #lightboxTitle {
}
#lightbox3 .content .title .text {
	width: 80%;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
}
#lightbox3 .content .title .button {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	margin: 10px 10px 0 0;
	cursor: pointer;
	background: url(../images/close-btn.png) no-repeat center center;
	_background: url(../images/close-btn.gif) no-repeat center center;
}

#lightboxnew {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
#lightboxnew .content {
	width: 500px;
	height: 340px;
	background: #fff;
	margin: 0 auto;
	position: absolute;
	left: 0;
	z-index: 100;
	display: none;
	border-radius: 8px 8px 0 0;
}
#lightboxnew .content .title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #0e7dd2;
	display: block;
	border-radius: 8px 8px 0 0;
}
#lightboxnew .content .title .text {
	width: 80%;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
}
#lightboxnew .content .title .button {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	margin: 10px 10px 0 0;
	cursor: pointer;
	background: url(../images/close-btn.png) no-repeat center center;
	_background: url(../images/close-btn.gif) no-repeat center center;
}

/* 公共样式 */
.text-block {
	font-weight: 500;
}
.cu-btn {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 21px;
	text-transform: uppercase;
	font-size: 18px;
	transition: all 0.3s;
}
.line-blue {
	border: 1px solid #335fc3;
	color: #335fc3;
}
.line-blue1 {
	border: 1px solid #0761b1;
	color: #0761b1;
}
.line-gray {
	border: 1px solid #999999;
	color: #999999;
}
.cu-btn.hover-white:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #000000;
}
.cu-btn.line-blue:hover {
	border: 1px solid #335fc3;
	background: #335fc3;
	color: #fff;
}
.cu-btn.line-gray:hover,
.cu-btn.line-blue1:hover {
	border: 1px solid #0761b1;
	background: #0761b1;
	color: #fff;
}
.cu-btn.line-red {
	color: #ea3d37;
	border: 1px solid #ea3d37;
}
.cu-btn.line-red:hover {
	border: 1px solid #ea3d37;
	background: #ea3d37;
	color: #fff;
}
/* .waves-effect.waves-brown .waves-ripple {background-color: rgba(6, 87, 158, 0.65);} */
.container {
	width: 93%;
}
@media only screen and (min-width: 993px) {
	.container {
		width: 90% !important;
	}
}
/* 二级页标题 */
.second-title h1 {
	font-size: 40px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.second-title h2 {
	font-size: 36px;
	font-family: 'Arial';
	font-weight: bold;
	color: #e5e5e5;
	line-height: 56px;
	padding-bottom: 50px;
}
.pad-box {
	padding: 50px 0;
}
@media only screen and (max-width: 992px) {
	.pad-box {
		padding: 50px 0;
	}
	.cu-btn {
		height: 30px;
		line-height: 29px;
		padding: 0 21px;
		font-size: 12px;
	}
}
@media only screen and (max-width: 600px) {
	.second-title h1 {
		font-size: 28px;
		padding-bottom: 0;
	}
	.second-title h2 {
		font-size: 25px;
		padding-bottom: 10px;
	}
	.cu-btn {
		height: 30px;
		line-height: 29px;
		padding: 0 21px;
		font-size: 12px;
	}
	.pad-box {
		padding: 20px 0;
	}
}

/* 按钮 */
.animate,
.btnn,
.btn-border-o:before,
.btn-border-o:after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.btnn {
	display: inline-block;
	line-height: 35px;
	padding: 0 15px;
	position: relative;
	opacity: 0.999;
}
.btn-border-o {
	background-color: transparent;
	border: 1px solid #d0d0d0;
	color: #b8b8b8;
}
.btn-border-o:before,
.btn-border-o:after {
	content: '';
	border-style: solid;
	position: absolute;
	z-index: 5;
	box-sizing: content-box;
}
.btn-border-o:before {
	width: 0;
	height: 100%;
	border-width: 1px 0 1px 0;
	top: -1px;
	left: 0;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
.btn-border-o:after {
	width: 100%;
	height: 0;
	border-width: 0 1px 0 1px;
	top: 0;
	left: -1px;
}
.btn-border-o:hover:before {
	width: 100%;
}
.btn-border-o:hover:after {
	height: 100%;
}
.btn-border-o.btn-white:before,
.btn-border-o.btn-white:after {
	border-color: #fff;
}
.btn-border-o.btn-white:hover {
	color: #fff;
	background: none;
}
.btn-border-o.btn-blue:before,
.btn-border-o.btn-blue:after {
	border-color: #0761b1;
}
.btn-border-o.btn-blue:hover {
	color: #0761b1;
	background: none;
}

/* 公共头部 */
nav {
	background-color: rgba(0, 0, 0, 0.25);
	position: fixed;
	top: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	transition: all 0.5s;
}
.brand-logo img {
	width: 80%;
}
.side-logo img {
	width: 50%;
}
nav .right li .nav-link {
	position: relative;
	padding: 0;
	margin: 0 0 0 15px;
	font-size: 16px;
}
nav .right li .nav-link span {
	position: absolute;
	bottom: -0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(1, 0, 0, 1);
	transition: -webkit-transform 0.5s cubic-bezier(1, 0, 0, 1);
	-o-transition: -o-transform 0.5s cubic-bezier(1, 0, 0, 1);
	-moz-transition: transform 0.5s cubic-bezier(1, 0, 0, 1), -moz-transform 0.5s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.5s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.5s cubic-bezier(1, 0, 0, 1), -moz-transform 0.5s cubic-bezier(1, 0, 0, 1), -o-transform 0.5s cubic-bezier(1, 0, 0, 1);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
}
nav .right li .nav-link.active span,
nav .right li .nav-link:hover span {
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
	-webkit-transform-origin: left top !important;
	-moz-transform-origin: left top !important;
	-ms-transform-origin: left top !important;
	-o-transform-origin: left top !important;
	transform-origin: left top !important;
}
nav ul .nav-link:hover {
	background: none;
}
.side-nav li &gt; a &gt; i {
	float: right;
	margin: 0;
}
.side-nav li &gt; a {
	padding: 0 16px;
	font-size: 16px;
}
.side-nav li {
	line-height: 55px;
}
nav .collapsible-header i {
	float: right;
	color: #333;
	font-size: 1.4rem;
	line-height: 55px !important;
	height: auto !important;
}
nav .side-nav .collapsible li {
	font-size: 16px;
}

/* 导航下拉 */
.pcxiala {
	width: 200%;
	height: 400px;
	background: rgba(255, 255, 255, 0.92);
	position: absolute;
	top: 90px;
	left: -50%;
	display: none;
}
/* .pcxiala span{display: block;width: 200%;height: 100%;background:rgba(255,255,255,0.92);position: absolute;top: 0;left: -50%;z-index: -1;} */
.pcxialacon {
	max-width: 48%;
	margin: 0 auto;
	padding: 65px 0px;
}
.pcxialaa h3 {
	color: #333333;
	font-size: 36px;
	position: relative;
}
.pcxialaa h3::after {
	position: absolute;
	content: '';
	width: 51px;
	height: 3px;
	background: #1785ff;
	left: 0;
	bottom: -37px;
}
.pcxialaa p {
	color: #999;
	font-size: 30px;
	line-height: 36px;
	margin-top: 75px;
}
.pcxialacon .pcxialaa:nth-child(1) {
	width: 30%;
	overflow: hidden;
}
.pcxialacon .pcxialaa:nth-child(2) {
	width: 30%;
	overflow: hidden;
	text-align: center;
	padding: 0 5%;
}
.pcxialacon .pcxialaa:nth-child(3) {
	width: 30%;
	overflow: hidden;
}
.pxialapic {
	width: 100%;
}
.pxialapic img {
	width: 100%;
}
.pcxialaa h4 {
	color: #333333;
	font-size: 18px;
	margin-top: 27px;
}
.pcxialaaboxa a {
	display: block;
	color: #666666 !important;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 40px;
}
@media only screen and (max-width: 1125px) {
	.hide-l-down {
		display: none !important;
	}
}
@media only screen and (min-width: 1126px) {
	nav a.button-collapse {
		display: none !important;
	}
}
@media only screen and (min-width: 993px) {
	nav a.button-collapse {
		display: block;
	}
}

/*搜索*/
.search {
	margin-left: 20px;
	font-size: 20px;
	cursor: pointer;
}
.sou_warp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4000;
	padding: 10% 20px;
	display: none;
	z-index: 9999;
}
.sou_bg {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sou_closed {
	display: block;
	position: absolute;
	top: 0;
	right: 8px;
	z-index: 10;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	font-size: 30px;
	font-family: arial, helvetica, sans-serif;
}
.sou_closed:hover {
	background-color: #0098d9;
	color: #fff;
}
.sou_warp .inner {
	height: 100%;
}
.sou_box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	top: 30%;
}
.sou_submit,
.search_txt02 {
	height: 86px !important;
	border: none !important;
	margin: 0 !important;
}
.sou_submit {
	cursor: pointer;
	float: right;
	width: 156px;
	border: 2px solid #3d7cbd;
	background: #3d7cbd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
}
.sou_write {
	overflow: hidden;
	background: #fff;
	padding: 0 30px 0 50px;
	position: relative;
}
.sou_write:before {
	content: '';
	width: 1px;
	height: 26px;
	background: #00757f;
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top: -13px;
}
.search_txt02 {
	vertical-align: top;
	width: 100%;
	color: #333;
}

@media only screen and (max-width: 992px) {
	nav .brand-logo {
		left: 20px;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.side-nav .brand-logo {
		position: initial;
	}
	.side-nav .brand-logo img {
		width: 60%;
	}
	.side-nav .side-top a,
	.side-nav .side-top &gt; a &gt; i {
		height: 90px;
		line-height: 90px;
	}
}
@media only screen and (min-width: 993px) {
	nav,
	nav .nav-wrapper i,
	nav a.button-collapse,
	nav a.button-collapse i {
		height: 90px;
		line-height: 90px;
	}
}
@media only screen and (max-width: 600px) {
	.side-nav {
		width: 100%;
	}
	.brand-logo img {
		width: 150px;
	}
}

/* 轮播图 */
.banner {
	width: 100%;
	height: 100vh;
}
.banner .swiper-text {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner .swiper-text h1 {
	font-size: 50px;
	letter-spacing: 3px;
	margin-bottom: 15px;
	color: #fff;
}
.banner .swiper-text h2 {
	font-size: 19px;
	color: #bdc3ea;
	margin-bottom: 30px;
}
.banner .banner-pagination {
	bottom: 20px;
}
.banner .swiper-pagination-bullet-active {
	opacity: 1 !important;
}
.banner .swiper-pagination-bullet {
	display: inline-block;
	width: 30px;
	height: 4px;
	opacity: 0.5;
	border-radius: 0;
	background: #fff;
	margin: 0 3px;
	cursor: pointer;
	transition: width 0.3s ease-in-out;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
	background: none;
	font-size: 40px;
	color: #fff;
}
.banner .swiper-button-next {
	margin-right: 10px;
}
.banner .swiper-slide {
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide .banner-bg {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 10s ease;
}
.banner .swiper-slide.swiper-slide-active .banner-bg {
	transform: scale(1.2, 1.2);
}
.banner .swiper-slide .swiper-slide-item {
	position: absolute;
	top: 50%;
	right: 20%;
	opacity: 0;
	transform: translateY(100%);
	transition: all 2s;
}
.banner .swiper-slide.swiper-slide-active .swiper-slide-item {
	opacity: 1;
	transform: translateY(0);
}
@media only screen and (max-width: 992px) {
	.banner .swiper-text h1 {
		font-size: 40px;
		margin-bottom: 10px;
	}
	.banner .swiper-text h2 {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.banner .swiper-slide .swiper-slide-item {
		width: 400px;
	}
}
@media only screen and (max-width: 600px) {
	.banner .swiper-text {
		top: 60%;
	}
	.banner .swiper-text h1 {
		font-size: 25px;
	}
	.banner .swiper-text h2 {
		font-size: 12px;
	}
	.banner .banner-pagination {
		bottom: 5px;
	}
	.banner .swiper-slide .swiper-slide-item {
		width: 90%;
		right: 5%;
	}
	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
}

/* 页脚 */
.foot-bg {
	background-color: #252b3a !important;
}
.footlink-color {
	color: #bec0c4;
}
.copy-tr {
	text-align: right;
}
.no-mb {
	margin-bottom: 0 !important;
}
footer.page-footer {
	padding-top: 40px;
	margin-top: 0;
	z-index: 1;
	position: relative;
}
footer.page-footer h6 {
	font-size: 16px;
	margin-bottom: 30px;
	color: #fefefe;
	white-space: nowrap;
}
footer.page-footer .tel {
	font-size: 3.3rem;
	margin-top: -0.5rem;
}
footer.page-footer .contact-text {
	margin-bottom: 0.8rem;
}
footer.page-footer .footer-info ul li {
	margin-bottom: 18px;
	color: #a3a6ab;
	white-space: nowrap;
}
footer.page-footer .footer-copyright div a:hover {
	color: #fff !important;
	text-decoration: underline;
}
footer.page-footer .foot-link {
	margin-left: 6% !important;
}
footer.page-footer .footer-copyright {
	padding: 1.25rem 0;
	height: auto;
	line-height: normal;
	color: #bec0c4;
}
footer.page-footer .footer-copyright div a {
	color: #bec0c4;
}
footer.page-footer .footer-copyright .link a {
	padding: 0 0.4rem;
	line-height: 1;
	color: #bec0c4;
	font-size: 0.75rem;
	position: relative;
}
footer.page-footer .footer-copyright .link a:after {
	content: '';
	height: 80%;
	width: 1px;
	background: #bec0c4;
	position: absolute;
	left: -2px;
	top: 52%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
footer.page-footer .footer-copyright .link a:first-child {
	padding-left: 0;
}
footer.page-footer .footer-copyright .link a:first-child:after {
	display: none;
}
footer .accordion {
	margin-bottom: 20px;
}
footer .accordion .link {
	background: #252b3a;
	border-bottom: 1px solid #505050;
	padding: 10px 15px;
	font-size: 16px;
}
footer .accordion .link a {
	color: #fff;
}
footer .accordion li {
	background: #252b3a;
}
footer .submenu a {
	font-size: 15px;
	color: #888;
	padding: 3px 15px;
}
footer .submenu a:hover,
footer .submenu a.avatar {
	color: #fff;
}
footer .submenu a:hover:after,
footer .submenu a.avatar:after {
	display: none;
}
footer .submenu {
	border-bottom: 1px solid #505050;
	padding: 10px 0;
	background: none;
}
footer .icon-mui-icon-add {
	right: 12px;
	left: auto !important;
	color: #fff !important;
	top: 10px !important;
}
@media only screen and (max-width: 992px) {
	.copy-tr {
		text-align: center;
	}
	.copy-top {
		text-align: center;
		margin-bottom: 8px;
	}
}
@media only screen and (max-width: 600px) {
	footer.page-footer .footer-info .col {
		text-align: center;
	}
	footer.page-footer .footer-info .col:last-child {
		text-align: center;
	}
	footer.page-footer h6 {
		margin-bottom: 20px;
	}
	footer.page-footer .contact-text {
		width: 100%;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-around;
		align-items: center;
	}
	footer.page-footer .contact-text h6 {
		text-align: left;
	}
	footer.page-footer .footer-copyright {
		text-align: center;
	}
	footer.page-footer .footer-copyright .link a {
		font-size: 12px;
	}
	.copy-top p:first-child {
		line-height: 2;
		margin-bottom: 5px !important;
	}
	footer.page-footer {
		padding-top: 20px;
	}
	footer .accordion {
		max-width: 100%;
	}
}

/* 首页新闻媒体 */
.title-box .title-item {
	background: url(../images/triangle.png) no-repeat;
	background-position-x: right;
	padding: 10px 20px 10px 0;
	background-size: contain;
}
.title-box {
	margin: 60px auto 30px;
	position: relative;
}
.title-box .title-item h2 {
	font-size: 26px;
	letter-spacing: 1.3px;
	margin-bottom: 10px;
	font-weight: bold;
}
.title-box .title-item h3 {
	font-size: 20px;
	letter-spacing: 1px;
	color: #bfbfbf;
}
.title-box ul {
	position: absolute;
	bottom: 0;
	right: 0;
}
.news .news-tab li a {
	padding: 7px 15px;
	background: #fff;
	margin-left: 15px;
	font-size: 16px;
	display: flex !important;
}
.news .news-tab li:first-child a {
	margin-left: 0;
}
.news .news-tab li a i {
	font-size: 18px;
	margin-right: 5px;
}
.news .news-tab li a:hover,
.news .news-tab li .active {
	background-color: #0761b1;
	color: #fff !important;
}
/* 新闻轮播 */
.news .news-slide .swiper-wrapper .img {
	height: 440px;
	width: 100%;
}
.news .news-slide .swiper-wrapper .bottom-title {
	position: absolute;
	bottom: 0;
	padding: 10px 15px;
	color: #fff;
	width: 100%;
	height: 150px;
	display: flex;
	align-items: flex-end;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.news .news-slide .swiper-wrapper .bottom-title p {
	width: 85%;
}
.news .news-slide-pagination {
	position: relative;
	bottom: 30px !important;
	z-index: 1024;
	text-align: right;
	padding: 0 20px;
}
.news .news-slide-pagination .swiper-pagination-bullet {
	display: inline-block;
	opacity: 0.5;
	background: #fff;
	margin: 0 3px;
	cursor: pointer;
	transition: width 0.3s ease-in-out;
}
.news .news-slide-pagination .swiper-pagination-bullet-active {
	opacity: 1 !important;
}
.news .swiper-button-prev {
	left: 0;
}
.news .swiper-button-next {
	right: 0;
	left: auto;
}
.news .swiper-button-next,
.news .swiper-button-prev {
	background: none;
	background-color: rgba(0, 0, 0, 0.5);
	height: 70px;
	margin-top: -35px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: flex;
}
.news .swiper-button-next i,
.news .swiper-button-prev i {
	font-size: 18px;
	color: #fefefe;
}
/* 新闻列表 */
.news .news-list {
	padding-left: 30px !important;
}
.news .news-item {
	margin-bottom: 17px;
}
.news .news-item:hover .list-hov {
	color: #0761b1;
	transition: all 0.5s;
}
.news .news-item:hover .new-title {
	border-left: 1px solid #0761b1;
	transition: all 0.5s;
}
.news .news-item:last-child {
	margin-bottom: 0;
}
.news .news-item .new-time {
	text-align: center;
	padding: 23px 0;
	width: 20%;
}
.news .news-item .new-time h4 {
	font-size: 28px;
	letter-spacing: 1.4px;
	color: #a3a3a3;
}
.news .news-item .new-time p {
	font-size: 14px;
	letter-spacing: 0.7px;
	color: #bfbfbf;
}
.news .news-item .new-title {
	height: 50px;
	letter-spacing: 0.9px;
	color: #333333;
	border-left: 1px solid #eaeaea;
	margin: 23px 0;
	padding: 0 21px;
	width: 100%;
	width: 80%;
	display: flex;
	align-items: center;
}
.news .news-item .new-title h2 {
	font-size: 18px;
	line-height: 30px;
}
@media only screen and (max-width: 992px) {
	.news .news-slide .swiper-wrapper img {
		height: auto;
	}
	.news .news-list {
		padding-left: 0 !important;
	}
	.news .swiper-button-next,
	.news .swiper-button-prev {
		display: flex;
	}
	.news .news-slide .swiper-wrapper .img {
		height: 390px;
	}
}
@media only screen and (max-width: 600px) {
	.title-box {
		margin: 20px auto;
	}
	.title-box .title-item h2 {
		font-size: 18px;
	}
	.title-box .title-item h3 {
		font-size: 13px;
	}

	.news .news-tab li a {
		padding: 8px 15px;
		font-size: 15px;
	}
	.news .news-tab li a i {
		font-size: 26px;
	}
	.news .news-slide .swiper-wrapper .img {
		height: 230px;
	}
	.news .news-item .new-time {
		padding: 15px 0;
		width: 25%;
	}
	.news .news-slide .swiper-wrapper .bottom-title p {
		width: 70%;
	}
	.news .news-item .new-time h4 {
		font-size: 20px;
	}
	.news .news-item .new-time p {
		font-size: 12px;
	}
	.news .news-item .new-title {
		margin: 15px 0;
		padding: 0 14px;
		width: 65%;
	}
	.news .news-item .new-title h2 {
		font-size: 14px;
		line-height: 23px;
	}
}

/* 业务领域 */
.business img {
	width: 100%;
	height: 100%;
}
.business .business-list .col {
	padding: 0 !important;
}
.business .business-list-left img {
	margin-top: -9%;
}
.business .business-list ul li {
	position: relative;
	overflow: hidden;
	width: 47%;
	margin: 0 0 3% 3%;
}
.business .business-list ul li:nth-child(3),
.business .business-list ul li:nth-child(4) {
	margin-bottom: 0;
}
.business .business-list .info {
	position: absolute;
	top: 60%;
	color: #fff;
	padding: 0 20px;
	transition: all 0.5s;
	z-index: 1024;
	width: 100%;
}
.business .business-list ul li:after,
.business .business-list-left:after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	transition: background 0.5s;
}
.business .business-list .info .info-top h2 {
	font-size: 30px;
	letter-spacing: 1.5px;
	margin-bottom: 15px;
}
.business .business-list .info .info-top h3 {
	font-size: 16px;
	letter-spacing: 0.8px;
	margin-bottom: 15px;
	color: #efefef;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.business .business-list .info .info-link {
	border-top: 1px solid #fff;
	padding-top: 15px;
	transition: all 0.3s;
	opacity: 0;
}
.business .business-list .info .info-link a {
	display: initial;
	height: 30px;
	line-height: 30px;
	color: #dbdbdb;
	padding: 5px 15px;
	white-space: nowrap;
	border: 1px solid transparent;
}
.business .business-list .info .info-link a:hover {
	color: #fff;
}
.business .business-list ul li:hover .info,
.business .business-list-left:hover .info {
	top: 15%;
	transition: all 0.3s;
}
.business .business-list ul li:hover .info-link,
.business .business-list-left:hover .info-link {
	opacity: 1;
	transition: all 0.3s;
}
.business .business-list ul li:hover:after,
.business .business-list-left:hover:after {
	background: rgba(0, 0, 0, 0.5);
}
.business .business-list ul li:before,
.business .business-list-left:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.business-list.row {
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 992px) {
	.business img {
		height: auto;
	}
	.business .business-list-left .info {
		top: 75%;
	}
	.business .business-list-left {
		height: 400px;
		margin-bottom: 3%;
	}
	.business .business-list-left img {
		margin-top: -40%;
	}
	.business .business-list ul li {
		width: 48.5%;
	}
	.business .business-list ul li:nth-child(2n-1) {
		margin-left: 0;
	}
}
@media only screen and (max-width: 600px) {
	.business .business-list-left {
		height: 240px;
	}
	.business .business-list-left .info {
		top: 60%;
	}
	.business .business-list ul li {
		width: 100%;
		height: 240px;
		margin: 0 0 3% 0 !important;
	}
	.business .business-list .info .info-top h2 {
		font-size: 24px;
	}
}

/* 宣传片等信息 */
.video {
	height: 220px;
	flex-flow: column;
	background: #06579e;
	color: #fff;
	cursor: pointer;
	margin-bottom: 15px;
	position: relative;
}
.video .tit {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	z-index: 1;
	padding: 10px;
}
.video img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 0;
}
.media-bg {
	background: #e9f1f9;
}
.ckin__controls {
	display: none !important;
}
.minimal,
.minimal:before {
	border-radius: 0 !important;
}
.media-info .info-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}
.media-info .info-top p {
	font-size: 20px;
}
.media-info .info-top a {
	background: #106cbf;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	text-align: center;
	color: #fff;
}
.cooperation {
	padding-right: 1px;
}
.cooperation .swiper-slide {
	border: solid 1px #0761b1;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.cooperation .swiper-wrapper {
	margin-bottom: 40px;
}
.cooperation .swiper-slide img {
	height: 49px;
}
@media only screen and (max-width: 992px) {
	.video img {
		width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	.media-info .info-top {
		height: 50px;
	}
	.media-info .info-top p {
		font-size: 16px;
		width: 80%;
	}
}
/* 二级页头部 */
.run_banner .run_text {
	position: absolute;
	top: 50%;
	width: 100%;
	color: #fff;
}
.run_banner .run_text h1 {
	font-size: 44px;
	font-weight: 600;
	line-height: 46px;
	position: relative;
	padding-bottom: 25px;
}
.run_banner .run_text h1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 79px;
	height: 5px;
	background-color: #fff;
}
.run_banner .run_text h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	line-height: 32px;
	padding-top: 20px;
}
.run_banner img {
	width: 100%;
	animation: scale_b 25s linear infinite alternate;
	position: relative;
	z-index: -1;
}
@media only screen and (max-width: 1250px) {
	.run_banner img {
		width: 150%;
	}
}
@media only screen and (max-width: 922px) {
	.run_banner .run_text h1 {
		font-size: 34px;
		padding-bottom: 15px;
	}
	.run_banner .run_text h2 {
		font-size: 25px;
		padding-top: 10px;
	}
}
@media only screen and (max-width: 620px) {
	.run_banner img {
		width: 180%;
	}
}
@media only screen and (max-width: 500px) {
	.run_banner img {
		width: 250%;
	}
	.run_banner .run_text {
		top: 45%;
	}
	.run_banner .run_text h1 {
		font-size: 22px;
		padding-bottom: 0;
	}
	.run_banner .run_text h1:after {
		height: 3px;
	}
	.run_banner .run_text h2 {
		font-size: 25px;
		padding-top: 5px;
	}
}

/* 二级导航 */
.secondary-box {
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 3px 21px 0px rgba(20, 7, 0, 0.09);
	overflow: hidden;
}
.secondary-box a {
	display: block;
	line-height: 70px;
	color: #999;
	position: relative;
	padding: 0 20px;
	font-size: 18px;
}
.secondary-box a i {
	font-size: 19px;
	margin-right: 5px;
}
.secondary-box .avatar,
.secondary-nav .swiper-wrapper .swiper-slide a:hover {
	color: #0761b1 !important;
}
.secondary-box .swiper-slide a:after {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	background-color: #999999;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.secondary-box .swiper-slide:last-child a:after {
	display: none;
}
.secondary-box .swiper-slide {
	width: auto !important;
}
.icon-iconzhengli_zuzhijiagou:before {
	font-size: 25px;
}
@media only screen and (max-width: 600px) {
	.secondary-box a {
		line-height: 50px;
		font-size: 15px;
	}
	.secondary-box a i {
		font-size: 18px;
		margin-right: 5px;
	}
	.icon-iconzhengli_zuzhijiagou:before {
		font-size: 18px;
	}
}
.intro-about {
	margin: 60px auto;
}
.intro-about .text {
	font-size: 16px;
	text-indent: 2em;
}
.intro-about .text p {
	margin-bottom: 30px;
}
.intro-about .list ul li {
	color: #0761b1;
	white-space: nowrap;
}
.intro-about .list ul li b {
	font-size: 45px;
	font-family: Impact;
}
.intro-about .about-right {
	padding: 30px 0;
}
.intro-about .about-right .img:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #f7f7f7;
	position: absolute;
	left: -50px;
	top: 50px;
	z-index: -1;
}
.intro-about .about-right .img {
	width: 85%;
}
@media only screen and (max-width: 992px) {
	.intro-about {
		margin: 40px auto;
	}
	/* .intro-about .about-right .img:after{display: none;} */
	.intro-about .about-right .img {
		width: 65%;
		margin: auto;
		float: none !important;
	}
	.intro-about .about-right {
		padding: 20px 0.75rem 50px 60px;
	}
}
@media only screen and (max-width: 600px) {
	.intro-about {
		margin: 20px auto;
	}
	.intro-about .text p {
		margin-bottom: 8px;
	}
	.intro-about .about-right .img {
		margin-bottom: 15px;
	}
}

/* 三级导航 */
.three-box {
	padding: 50px 0 0;
	text-align: center;
}
.three-box .container a {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin-right: 10px;
	color: #999;
	border: 1px solid #999;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0 30px;
	background: #fff;
	font-size: 15px;
}
.three-box .container .avatar,
.three-box .container a:hover {
	color: #fff;
	background: #0761b1;
	border: 1px solid #0761b1;
}

/* 底部入口 */
.entry {
	margin-top: 10px;
	overflow: hidden;
	background: #f7f7f7;
	padding: 35px 0;
}
.entry .content {
	margin: 0 -5px;
	overflow: hidden;
}
.entry .item {
	width: 33%;
	padding: 0 10px;
	float: left;
	height: 315px;
}
.entry .block {
	width: 100%;
	height: 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.entry .block .bg_black {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
}
.entry .block .bg_blue {
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	background: rgba(0, 123, 199, 0.9);
	opacity: 0;
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
	display: none;
}
.entry .block h3 {
	font-size: 18px;
	color: #fff;
	padding: 20px 30px;
	position: relative;
	z-index: 5;
}
.entry .block a {
	position: absolute;
	bottom: 30px;
	left: 30px;
	line-height: 34px;
	font-size: 14px;
	color: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 0 24px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.entry .block a:hover {
	background: #fff;
	color: #007bc7;
}
.entry .block:hover .bg_blue {
	right: 0;
	opacity: 1;
}
.entry .block:hover .bg_black {
	opacity: 0;
}
@media only screen and (max-width: 922px) {
	.entry {
		padding: 35px 0 15px 0;
	}
	.entry .item {
		width: 33.33%;
		margin-bottom: 20px;
	}
	.entry .block h3 {
		font-size: 22px;
	}
}
@media only screen and (max-width: 600px) {
	.entry .item {
		width: 100%;
		margin-bottom: 20px;
	}
}

/* 荣誉资质 */
.honor ul li h2 {
	font-size: 24px;
	font-weight: 700;
	font-family: MicrosoftYaHei-Bold;
	margin-bottom: 40px;
}
.honor ul li h1 {
	font-size: 16px;
	margin-bottom: 20px;
}
.honor ul li h1:before {
	content: '●';
	margin-right: 10px;
}
.honor ul li .box {
	margin-bottom: 20px;
	overflow: hidden;
}
.honor .prove li .box {
	border: 1px solid #dbdbdb;
	height: 200px;
}
.honor ul li img {
	transition: 0.3s;
}
.honor .box:hover img {
	transform: scale(1.2);
}
@media only screen and (max-width: 600px) {
	.honor ul li h2 {
		margin-bottom: 15px;
	}
}
/* 文化理念 */
.cultural {
	padding-top: 50px;
	width: 100%;
}
.cultural .cultural-item {
	overflow: hidden;
	height: 440px;
}
.cultural .cultural-item .img img {
	transition: all 0.3s;
}
.cultural .cultural-text1 .item {
	width: 400px;
	margin-right: 60px;
}
.cultural .cultural-text2 .item {
	width: 450px;
	margin-left: 60px;
}
.cultural .cultural-item .item h1 {
	font-size: 24px;
	letter-spacing: 1.2px;
	padding-bottom: 10px;
}
.cultural .cultural-item .item ul li h2 {
	font-size: 28px;
	color: #0761b1;
	font-weight: 700;
	padding: 25px 0 5px 0;
}
.cultural .cultural-item .item ul li h2 span {
	font-size: 44px;
	font-family: Impact;
	margin-right: 5px;
}
.cultural .cultural-item .prospect ul li h2 {
	font-size: 16px;
}
.cultural .cultural-item .prospect ul {
	border-top: solid 1px #999999;
	margin-top: 10px;
}
.cultural .cultural-item .img:hover img {
	transform: scale(1.1);
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
	.cultural .cultural-text1 .item {
		width: 100%;
		margin-left: 60px;
	}
}
@media only screen and (max-width: 600px) {
	.cultural {
		padding-top: 20px;
	}
	.cultural .cultural-item {
		height: auto;
	}
	.cultural .cultural-item:nth-child(2n + 1) {
		padding: 30px 0 !important;
	}
	.cultural .cultural-item .img img {
		width: 100%;
	}
	.cultural .cultural-item .item {
		width: 100%;
		margin: 0 5%;
	}
}

/* 文化活动 */
.activity {
	margin-bottom: 50px;
}
.activity .tit {
	margin-bottom: 30px;
}
.activity h2 {
	font-size: 20px;
	color: #bfbfbf;
	margin-top: 10px;
}
.activity h1 {
	font-size: 26px;
	color: #333;
	font-weight: 700;
	margin-top: 10px;
}
.activity .swiper-slide img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.activity .swiper-slide:hover img {
	transform: scale(1.2);
}
.activity .swiper-slide {
	height: 200px;
	overflow: hidden;
}
.activity .swiper-slide span {
	position: absolute;
	bottom: 0;
	padding: 5px 10px;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}
.swiper-button {
	position: absolute;
	top: 20px;
	right: 0;
}
.swiper-button div {
	width: 35px;
	height: 35px;
	border: solid 1px #999999;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	float: left;
	margin-left: 20px;
	cursor: pointer;
}
.swiper-button div i {
	font-size: 18px;
}
@media only screen and (max-width: 992px) {
	.activity .swiper-slide {
		height: 220px;
	}
}
@media only screen and (max-width: 600px) {
	.activity {
		margin-bottom: 20px;
	}
}

/* 组织架构 */
.container .nav-link {
	margin-bottom: 40px;
}
.container .nav-link li {
	margin-right: 20px;
}
.container .nav-link li a {
	border: solid 1px #dbdbdb;
	border-radius: 3px;
	font-size: 16px;
}
.container .nav-link li .avatar {
	border: solid 1px #0761b1;
	color: #0761b1 !important;
}
.container .nav-link li a:hover {
	color: #0761b1 !important;
}
.container .nav-box .nav-item {
	border: solid 1px #dbdbdb;
	padding: 20px;
	margin: 20px 0;
}
.container .nav-box .nav-item h1 {
	letter-spacing: 1px;
	font-size: 20px;
	margin-bottom: 18px;
}
.container .nav-box .nav-item p {
	color: #777;
	margin-top: 10px;
}
.container .nav-box .nav-item div {
	height: 210px;
}
.container .nav-box .nav-item .bottom {
	position: absolute;
	bottom: 0;
}
@media only screen and (max-width: 992px) {
	.container .nav-link li a {
		line-height: 29px;
	}
	.container .nav-box .nav-item div {
		height: auto;
	}
	.container .nav-box .nav-item .bottom {
		position: initial;
	}
}
@media only screen and (max-width: 600px) {
	.container .nav-link li {
		margin-bottom: 20px;
	}
	.container .nav-link {
		margin-bottom: 0;
	}
	.container .nav-box .nav-item {
		padding: 15px;
	}
	.container .nav-box .nav-item .img {
		padding: 0;
		margin-bottom: 15px;
	}
}

.clearfix:after {
	display: block;
	clear: both;
	content: '';
	visibility: hidden;
	height: 0;
}
.clearfix {
	*zoom: 1;
}
.organization-box {
	width: 100%;
	overflow: hidden;
}
.organization-info {
	margin: 0 auto 70px;
}
.organization-info .items ul::before {
	content: '';
	clear: both;
}
.feature-box {
	position: relative;
	overflow: hidden;
	width: auto;
	height: auto;
}
.feature-btn {
	padding: 0 21px;
	margin-bottom: 47px;
	position: relative;
	color: #fff;
	float: left;
	height: 38px;
	line-height: 38px;
	background: #1b73c1;
	font-size: 16px;
}
.feature-btn::before {
	content: '';
	position: absolute;
	bottom: -46px;
	left: 50%;
	width: 0;
	height: 46px;
	border-left: 1px solid #8dc7fa;
}
.feature-btn-top {
	margin-right: 20px;
	position: relative;
	color: #2243d0;
	float: left;
	height: 500px;
	border: 1px solid #9dacc8;
	font-size: 16px;
	width: 40px;
	text-align: center;
	padding: 10px 5px;
	line-height: 22px;
	word-wrap: break-word;
}
.feature-btn-top a {
	color: #2243d0;
}
.feature-btn-right {
	margin-right: 32px;
	margin-bottom: 14px;
	position: relative;
	color: #fff;
	float: left;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	width: 180px;
	text-align: center;
	background: #1b73c1;
}
.feature-btn-right::before {
	content: '';
	position: absolute;
	right: -35px;
	top: 50%;
	width: 34px;
	height: 0;
	border-top: 1px solid #8dc7fa;
}
.feature-btn-left {
	margin-left: 32px;
	margin-bottom: 14px;
	position: relative;
	color: #fff;
	float: left;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	width: 180px;
	text-align: center;
	background: #1b73c1;
}
.feature-btn-left::before {
	content: '';
	position: absolute;
	left: -32px;
	top: 50%;
	width: 32px;
	height: 0;
	border-top: 1px solid #8dc7fa;
}
.feature-btn-bottom {
	width: 180px;
	margin-right: 30px;
	position: relative;
	color: #fff;
	float: left;
	background: #1b73c1;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
}
.feature-btn-bottom::before {
	content: '';
	position: absolute;
	top: -30px;
	left: 50%;
	width: 0;
	height: 30px;
	border-left: 1px solid #8dc7fa;
}
.feature-btn-bottom::after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 50%;
	width: 0;
	height: 30px;
	border-left: 1px solid #8dc7fa;
}
.block-head {
	text-align: center;
}
.block-head .head-1 {
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 19px;
	display: inline-block;
}
.block-head .head-1 .feature-btn {
	background: #0761b1;
	color: #fff;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	padding: 0 100px;
}
.block-head .head-1 .head-border-box {
	position: relative;
	height: 30px;
}
.block-head .head-1 .head-border-box::before {
	position: absolute;
	content: '';
	border-left: 1px solid #8dc7fa;
	left: 50%;
	top: 58px;
	width: 0;
	height: 18px;
}
.block-head .head-1 .head-border {
	position: absolute;
	left: 54px;
	right: 65px;
	top: 58px;
	height: 0;
	border-left: 1px solid #8dc7fa;
}
.block-body .block-left {
	overflow: hidden;
	width: 215px;
	float: left;
	margin-top: 69px;
	margin-left: 15%;
	position: relative;
}
.block-body .block-left .feature-btn-right:last-child {
	margin-bottom: 0;
}
.block-body .block-left .item-border {
	position: absolute;
	right: 0;
	top: 20px;
	bottom: 20px;
	border-left: 1px solid #8dc7fa;
}
.block-body .block-center {
	width: 210px;
	position: relative;
	margin: 0 91px;
	float: left;
}
.block-body .block-right {
	overflow: hidden;
	width: 215px;
	float: right;
	margin-top: 33px;
	margin-right: 15%;
	position: relative;
}
.block-body .block-right .feature-btn-left:last-child {
	margin-bottom: 0;
}
.block-body .block-right .item-border {
	position: absolute;
	left: 0;
	top: 20px;
	bottom: 20px;
	border-left: 1px solid #8dc7fa;
}
.block-body .feature-core {
	width: 226px;
	height: 370px;
	position: relative;
}
.block-body .feature-core .level-item {
	position: relative;
	width: 50%;
	height: 267px;
	float: left;
}
.block-body .feature-core .level-item:hover .block-body .feature-core .level-item::before {
	animation-name: fadeInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.block-body .feature-core .level-item::before {
	display: block;
	position: absolute;
	content: '';
	top: 170px;
	left: -92px;
	width: 198px;
	height: 0;
	border-top: 1px solid #8dc7fa;
}
.block-body .feature-core .level-item::after {
	display: block;
	position: absolute;
	content: '';
	top: -25px;
	right: 4px;
	width: 0;
	height: 155px;
	border-left: 1px solid #8dc7fa;
}
.block-body .feature-core .vertical-item {
	position: relative;
	width: 50%;
	height: 267px;
	float: left;
}
.block-body .feature-core .vertical-item::before {
	display: block;
	position: absolute;
	content: '';
	top: 170px;
	right: -93px;
	width: 215px;
	height: 0;
	border-top: 1px solid #8dc7fa;
}
.block-body .feature-core .vertical-item::after {
	display: block;
	position: absolute;
	content: '';
	bottom: -27px;
	left: -5px;
	width: 0;
	height: 170px;
	border-left: 1px solid #8dc7fa;
}
.block-body .feature-item {
	position: absolute;
	text-align: center;
	bottom: 20px;
	left: 54px;
	padding: 0 30px;
}
.block-body .feature-item::before {
	bottom: -40px;
	height: 40px;
}
.block-body .feature-block-item {
	position: relative;
	color: #2243d0;
	display: inline-block;
	background: #fff;
	height: 123px;
	box-shadow: 0 0 20px #c6d9fd inset;
	font-size: 16px;
	width: 123px;
	transform: rotate(-45deg);
}
.block-body .feature-block-item .feature-block-text {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 123px;
	width: 100%;
	text-align: center;
	color: #2243d0;
}
.block-foot {
	text-align: center;
	height: 555px;
	padding-top: 29px;
}
.block-foot ul {
	width: 1440px;
}
.block-foot::-webkit-scrollbar {
	width: 4px;
	background-color: #f5f5f5;
}
.block-foot::-webkit-scrollbar-thumb {
	background-color: #e5e5e5;
}
.block-foot .head-1 {
	margin: 0 auto;
	padding-bottom: 52px;
	display: inline-block;
}
.block-foot .head-1 .head-border-box {
	position: relative;
	height: 30px;
}
.block-foot .head-1 .head-border {
	position: absolute;
	left: 135px;
	right: 89px;
	top: 0;
	height: 0;
	border-bottom: 1px solid #8dc7fa;
}
.block-foot .head-1 .item1 {
	margin-right: 174px;
	background: #ef7e3b;
	margin-left: 45px;
}
.block-foot .head-1 .item2 {
	margin-right: 242px;
	background: #f14949;
	margin-left: 9px;
}
.block-foot .head-1 .item3 {
	margin-right: 10px;
	background: #28b9e2;
}
.block-foot .head-1 .item4 {
	background: #23a3e8;
}
.block-foot .head-1 .feature-btn-bottom:last-child {
	margin-right: 0;
}
/*.block-foot .feature-btn-top:last-child{margin-right:0}*/
.block-foot .feature-btn-top::before {
	content: '';
	position: absolute;
	top: -30px;
	left: 50%;
	width: 0;
	height: 29px;
	border-left: 1px solid #8dc7fa;
}
.block-foot .head-2 {
	margin-left: 0;
}
.block-foot .head-2 .head-border-box {
	position: relative;
}
.block-foot .head-2 .feature-btn-top {
	border: 1px solid #ef7e3b;
	color: #ef7e3b;
}
.block-foot .head-2 .feature-btn-top a {
	color: #ef7e3b;
}
/*.block-foot .head-2 .head-border{position:absolute;left: 19px;top: -30px;height:0;border-bottom:1px solid #8dc7fa;width: 233px;}*/
.block-foot .head-2 .head-border {
	position: absolute;
	left: 20px;
	top: -29px;
	height: 0;
	border-bottom: 1px solid #8dc7fa;
	width: 2340px;
}
.block-foot .head-3 {
	margin-left: 305px;
}
.block-foot .head-3 .feature-btn-top {
	border: 1px solid #f14949;
	color: #f14949;
}
.block-foot .head-3 .feature-btn-top a {
	color: #f14949;
}
.block-foot .head-3 .head-border-box {
	position: relative;
	height: 18px;
	height: 0;
}
.block-foot .head-3 .head-border {
	position: absolute;
	left: 19px;
	width: 523px;
	top: -29px;
	height: 0;
	border-bottom: 1px solid #8dc7fa;
}
.block-foot .head-4 {
	margin-left: 901px;
}
.block-foot .head-4 .feature-btn-top {
	border: 1px solid #28b9e2;
	color: #28b9e2;
}
.block-foot .head-4 .feature-btn-top a {
	color: #28b9e2;
}
/* 新增2021-07-16 */
.block-foot .head-4 .head-border-box {
	position: relative;
	height: 18px;
	height: 0;
}
.block-foot .head-4 .head-border {
	position: absolute;
	right: 150px;
	width: 203px;
	top: -29px;
	height: 0;
	border-bottom: 1px solid #8dc7fa;
}
/* 新增2021-07-16 end */
/*.block-foot .head-5{margin-left:1091px}*/
.block-foot .head-5 {
	margin-left: 1030px;
}
.block-foot .head-5 .feature-btn-top {
	border: 1px solid #23a3e8;
	color: #23a3e8;
}
.block-foot .head-5 .feature-btn-top a {
	color: #23a3e8;
}
.organization-box .mask {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}
.openSlide {
	position: fixed;
	right: 10px;
	bottom: 120px;
	z-index: 1000;
	transition: all 0.3s;
}
.openSlide .box {
	position: relative;
	width: 52px;
	height: 52px;
	color: #fff;
	background: #98a0ae;
	transition: all 0.3s;
	display: block;
	border-bottom: 2px solid #d6d9de;
	padding: 10px;
	line-height: 1.2;
	text-align: center;
}
@media only screen and (max-width: 600px) {
	.organization-box {
		height: 700px;
		margin-top: -50px;
	}
}

/* 发展历程 */
.cntl {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 150px 0;
}
.cntl-center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.cntl-bar {
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	border: 1px dashed #ccc;
}
.cntl-bar-fill {
	background-color: #009abb;
	position: absolute;
	border-radius: 50%;
	width: 80px;
	height: 80px !important;
	background-color: #0761b1;
	top: 0;
	text-align: center;
	line-height: 80px;
	font-size: 23px;
	color: #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.cntl-state {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	border: 1px solid transparent;
	transition: all 0.3s;
}
.cntl-state::after {
	display: block;
	content: ' ';
	clear: both;
}
.cntl-icon {
	border-radius: 50%;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	position: absolute;
	top: 34px;
	background: #fff;
	text-align: center;
	line-height: 80px;
	font-size: 23px;
	color: #fff;
}
.cntl-content {
	width: 50%;
	padding: 0 12%;
	float: left;
	opacity: 0;
	position: relative;
	margin-left: -40%;
}
.cntl-content:after {
	content: '';
	width: 19%;
	height: 1px;
	border: 1px dashed #ccc;
	position: absolute;
	top: 20px;
}
.cntl-state:nth-child(2n + 1) .cntl-content:after {
	left: 0;
}
.cntl-state:nth-child(2n + 2) .cntl-content:after {
	right: 0;
}
.cntl-state:nth-child(2n + 2) .cntl-content h4 {
	text-align: right;
}
.cntl-state:nth-child(2n + 1) .cntl-content {
	float: right;
	margin-right: -40%;
}
.cntl-image {
	opacity: 0;
	max-width: 40%;
	overflow: hidden;
}
.cntl-state:nth-child(2n + 2) .cntl-image {
	float: right;
}
.cntl-image img {
	/* width:100%; */
	height: 300px;
	transition: all 0.3s;
}
.cntl-content h4 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #666;
}
.cntl-state:hover {
	border: 1px solid #247cca;
	background: #247cca;
}
.cntl-state:hover .cntl-content h4,
.cntl-state:hover .cntl-content p {
	color: #fff !important;
}
.cntl-state:hover .cntl-image img {
	transform: scale(1.1);
}
.cntl-state:hover .cntl-icon {
	background: #0761b1;
	border: 1px solid #fff;
}
.cntl-bar-fill,
.cntl-content,
.cntl-image {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}
.cntl-state:nth-child(2n + 1).cntl-animate .cntl-content {
	margin-right: 0;
}
.cntl-animate .cntl-content {
	opacity: 1;
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
.cntl-animate .cntl-image {
	opacity: 1;
}
@media only screen and (max-width: 992px) {
	.cntl-image img {
		height: 250px;
	}
}
@media (max-width: 600px) {
	.cntl-image img {
		height: auto;
		width: 100%;
	}
	.cntl-bar {
		left: auto;
		right: 15px;
	}
	.cntl-content {
		width: 100%;
		float: none;
		padding: 0 20px;
	}
	.cntl-state {
		margin-bottom: 0;
	}
	.cntl-state:nth-child(2n + 2) .cntl-content {
		margi-right: 0;
		float: none;
	}
	.cntl-image {
		width: 70%;
		max-width: 70%;
		margin: 0 20px 20px 20px;
	}
	.cntl-state:nth-child(2n + 1) .cntl-image,
	.cntl-state:nth-child(2n + 2) .cntl-image {
		float: none;
	}
	.animate .cntl-content {
		margin-left: 2%;
	}
	.cntl-icon {
		left: auto;
		right: 7px;
		top: 25px;
	}

	.cntl {
		padding: 0;
	}
	.cntl-bar-fill {
		display: none;
	}
	.cntl-state:nth-child(2n + 2) .cntl-content h4 {
		text-align: left;
	}
	.cntl-state:nth-child(2n + 2) .cntl-content:after,
	.cntl-state:nth-child(2n + 1) .cntl-content:after {
		right: 15px;
		left: auto;
		top: 12px;
	}
}
/* 发展历程 */
.thumbs {
	background: url(../images/time.png) repeat-x;
	background-position-y: calc(100% - 15px);
	margin: 0 0 60px;
}
.time-info .swiper-slide {
	height: 1px;
}
.time-info .swiper-slide-active {
	height: auto;
}
.time-thumbs {
	width: 50%;
}
.time-thumbs .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	transition: 300ms;
	font-size: 50px;
	font-weight: 700;
	color: #0761b1;
	background: none;
	padding-bottom: 60px;
}
.time-thumbs .swiper-slide:not(.swiper-slide-active) {
	color: #999;
	-webkit-transform: scale(0.5) translateY(35%);
	transform: scale(0.5) translateY(35%);
}
.time-thumbs .swiper-slide:after {
	content: '\e71e';
	color: #0761b1;
	font-family: 'iconfont' !important;
	position: absolute;
	bottom: -6px;
	font-size: 30px;
}
.time-thumbs .swiper-slide:not(.swiper-slide-active):after {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	background: #999;
}
.time-thumbs .swiper-button-prev {
	background-position: left;
}
.time-thumbs .swiper-button-next {
	right: 15px !important;
}
.time-thumbs .swiper-button-next i,
.time-thumbs .swiper-button-prev i {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #666;
	color: #666;
	border-radius: 50%;
	font-size: 24px;
	text-align: center;
}
.time-thumbs .swiper-button-next,
.time-thumbs .swiper-button-prev {
	background: none;
	margin-top: -10px;
}
@media only screen and (max-width: 1250px) {
	.time-thumbs {
		width: 50%;
		padding: 0 5%;
	}
}
@media only screen and (max-width: 992px) {
	.time-thumbs {
		width: 70%;
		padding: 0 15%;
	}
	.time-thumbs .swiper-slide {
		font-size: 34px;
		padding-bottom: 45px;
	}
	.time-thumbs .swiper-button-next,
	.time-thumbs .swiper-button-prev {
		margin-top: -22px;
	}
	.time-thumbs .swiper-slide:not(.swiper-slide-active) {
		-webkit-transform: scale(0.7) translateY(8%);
		transform: scale(0.7) translateY(8%);
	}
}
@media only screen and (max-width: 600px) {
	.time-thumbs {
		width: 93%;
		padding: 0 20%;
	}
	.time-thumbs .swiper-slide {
		font-size: 28px;
		padding-bottom: 45px;
	}
	.time-thumbs .swiper-button-next,
	.time-thumbs .swiper-button-prev {
		margin-top: -22px;
	}
}

/* 新闻列表 */
.news-box {
	background: none;
}
.recent-list .cpy-news .list-item {
	display: block;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.recent-list .cpy-news .list-item .img {
	position: relative;
	float: left;
	height: 190px;
	overflow: hidden;
}
.recent-list .cpy-news .list-item .img img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.recent-list .cpy-news .list-item .info {
	/* float: right; */
	padding: 26px 50px;
	box-sizing: border-box;
	transition: all 0.3s;
}
.recent-list .cpy-news .list-item .info1 {
	padding: 26px 50px;
	box-sizing: border-box;
	transition: all 0.3s;
	border-bottom: #939393 solid 1px;
}
.recent-list .cpy-news .list-item .info h3 {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: normal;
	transition: color 0.3s;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.recent-list .cpy-news .list-item .info .tags {
	font-family: 'Helve';
	font-size: 14px;
	color: #bbb;
	transition: color 0.3s;
}
.recent-list .cpy-news .list-item .info .tags .time {
	position: relative;
	padding-right: 40px;
}
.recent-list .cpy-news .list-item .info .summary {
	line-height: 24px;
	padding-top: 16px;
	margin-top: 18px;
	font-size: 14px;
	color: #888;
	border-top: 1px solid #f0f0f0;
	transition: color 0.3s;
}
.recent-list .cpy-news .list-item:hover {
	box-shadow: 5px 10px 24px 2px rgba(39, 122, 246, 0.07), 5px -6px 16px 0px rgba(39, 122, 246, 0.05);
}
.recent-list .cpy-news .list-item:hover h3 a {
	color: #0761b1;
}
.recent-list .cpy-news .list-item:hover .tags {
	color: #999;
}
.recent-list .cpy-news .list-item:hover .summary {
	color: #666;
}

.recent-list .swiper-slide {
	margin-right: 1px;
}
.recent-list .swiper-slide .list-item .img {
	height: 330px;
}
.recent-list .swiper-slide .list-item:hover {
	box-shadow: none;
}
.recent-list .swiper-slide .list-item:hover h3 a {
	color: #333;
}
.recent-list .swiper-slide .info .summary {
	margin-bottom: 35px;
}
.recent-list .swiper-slide .cu-btn {
	font-size: 16px;
}
.news-silde .swiper-pagination {
	bottom: 25px !important;
	z-index: -1;
}
.news-silde .swiper-pagination .swiper-pagination-bullet-active {
	background: #999;
}
@media only screen and (max-width: 992px) {
	.recent-list .swiper-slide {
		margin-right: 0;
	}
	.recent-list .swiper-slide .list-item .img {
		min-height: 400px;
	}
	.recent-list .cpy-news .list-item .info {
		padding: 15px 0 15px 30px;
	}
	.news-silde .swiper-pagination {
		bottom: 50px !important;
		text-align: right;
		padding: 0 30px;
	}
	.recent-list .cpy-news .list-item .info .summary {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
}
@media only screen and (max-width: 600px) {
	.news-box {
		background: #f7f7f7;
	}
	.recent-list .cpy-news .list-item .info {
		padding: 15px 0;
	}
	.recent-list .swiper-slide .list-item .img {
		min-height: 230px;
		height: 230px;
	}
	.recent-list .swiper-slide .cu-btn {
		font-size: 14px;
		padding: 0 10px;
	}
	.news-silde .swiper-pagination {
		padding: 0 15px;
	}

	.recent-list .cpy-news .list-item {
		background: #fff;
		padding: 15px;
	}
	.recent-list .cpy-news .list-item {
		margin-bottom: 20px;
	}
}

/* 媒体聚焦 */
.recent-list.no-imglist .swiper-slide .list-item:hover .info.focus {
	padding: 26px 0;
}
.recent-list.no-imglist .cpy-news .info.no-float {
	float: none;
	padding: 26px 0;
}
.recent-list.no-imglist .cpy-news .list-item:hover .info.focus {
	padding: 26px 26px;
}
.recent-list.no-imglist .swiper-slide .info .summary {
	height: 89px;
}

@media only screen and (max-width: 992px) {
	.recent-list.no-imglist .news-silde {
		margin-right: 1px;
	}
	.recent-list.no-imglist .cpy-news .info.no-float {
		padding: 0 0 20px 0;
	}
	.recent-list.no-imglist .news-silde .swiper-pagination {
		bottom: 40px !important;
		text-align: right !important;
	}
	.recent-list.no-imglist .cpy-news .info .summary {
		height: 65px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin-bottom: 16px;
	}
}
@media only screen and (max-width: 600px) {
	.recent-list.no-imglist .swiper-container .cpy-news .info .summary {
		margin-bottom: 15px;
	}
	.recent-list.no-imglist .cpy-news .info.no-float {
		padding: 0;
	}
	.recent-list.no-imglist .cpy-news .info .summary {
		margin-bottom: 0;
	}
	.recent-list.no-imglist .cpy-news .list-item:hover .info.focus {
		padding: 0;
	}
}

/* 分页器 */
.pagination li a.active,
.pagination li a:hover {
	background: #0761b1;
	border: 1px solid #0761b1;
	color: #fff;
}
.pagination li a {
	padding: 3px 12px;
}

/* 视频中心 */
.video-episode .vidcon {
	margin: 40px 0;
	position: relative;
}
.video-episode .vidcon .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
	width: 100%;
	background: #e5ecf1;
}
.video-episode .vbid {
	position: relative;
	z-index: 3;
	max-width: 660px;
	margin: 0 auto;
}
.video-episode .vbid .zhz {
	background: url(../images/vidico1.png) no-repeat center;
	cursor: pointer;
}
.video-episode .vbid video {
	display: none;
	background: #000000;
}
.video-episode .vbids iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.video-episode .vidcon .tit {
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	padding: 20px 0 30px;
	line-height: 46px;
	max-width: 660px;
	margin: 0 auto;
}
.video-episode .vidcon .tit a {
	position: absolute;
	left: 100%;
	font-size: 14px;
	width: 96px;
	top: 0;
	background: #003586;
	color: #fff;
	line-height: 1.5em;
	font-size: 18px;
	font-weight: 200;
	padding: 16px 0;
}
.video-episode .vidcon .tit a img {
	margin: 0 auto 5px;
}
.video-episode .vidcon .tit a:hover {
	background: #0157a5;
}
.video-episode .vidcon .tit h2 {
	font-size: 26px;
	font-weight: normal;
}
.video-episode .vidcon .tit p {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.8px;
	text-indent: 2em;
	line-height: 1.8;
	margin: 30px 60px;
}

.video-episode .vidlist .swiper-wrapper {
	margin-right: -1px;
}
.video-episode .vidlist {
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
}
.video-episode .vidlist a {
	position: relative;
	display: block;
}
.video-episode .vidlist a .img {
	background: #000;
	position: relative;
}
.video-episode .vidlist a .img &gt; img {
	opacity: 0.7;
}
.video-episode .vidlist a.cur .img &gt; img,
.video-episode .vidlist a:hover .img &gt; img {
	opacity: 1;
}
.video-episode .vidlist a:hover h3 {
	color: #0761b1;
}
.video-episode .vidlist a span {
	position: absolute;
	z-index: 3;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
}
.video-episode .vidlist a i:before {
	font-size: 44px;
}
.video-episode .vidlist a h3 {
	font-size: 16px;
	color: #000;
	padding: 8px 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	background: #fff;
}
.video-episode .vidlist.swiper-container-horizontal &gt; .swiper-scrollbar {
	bottom: 0;
}
.video-episode .vidlist .swiper-scrollbar-drag {
	background: #003586;
}

/* 新闻详情 */
.new-details .container {
	padding: 60px 60px 100px 60px;
}
.new-details .tit {
	padding-bottom: 15px;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 20px;
}
.new-details .tit h2 {
	font-size: 24px;
	letter-spacing: 1.2px;
	font-weight: 700;
	margin-bottom: 22px;
}
.new-details .tit h3 {
	font-size: 18px;
	letter-spacing: 0.9px;
	margin-bottom: 40px;
}
.new-details .tit .info span {
	margin-right: 20px;
}
.new-details .tit .info span:last-child {
	margin-right: 0;
}
.new-details .tit .info .typeface a {
	padding: 0 4px;
}
.new-details .tit .info .typeface a:hover {
	text-decoration: underline;
}
.new-details .bottom-info {
	padding: 10px 20px;
}
.pagination-info .cu-btn i {
	font-size: 23px;
	margin-top: 8px;
	line-height: 1;
}
.pagination-info .cu-btn {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.pagination-info p a:hover {
	color: #0761b1 !important;
	text-decoration: underline;
}
.new-details .toolbar {
	height: 35px;
	width: 100%;
	background: #f2f2f2;
	text-align: center;
	line-height: 35px;
}
.new-details .toolbar .operation {
	margin: auto;
	height: 35px;
	line-height: 35px;
	float: right;
}
.new-details .toolbar .docauthor {
	padding-left: 20px;
	height: 35px;
	line-height: 35px;
	float: left;
}
.new-details .toolbar .operation span {
	line-height: 35px;
	font-size: 14px;
	cursor: pointer;
	margin: 0 15px 0 5px;
}
.new-details .toolbar .operation a {
	float: left;
}
@media (max-width: 992px) {
	.new-details .container {
		padding: 30px 30px 50px 30px;
	}
}
@media (max-width: 600px) {
	.new-details.pad-box {
		padding: 0;
		background: none !important;
	}
	.new-details .container {
		background: none !important;
		padding: 30px 0 50px;
	}
	.pagination-info .cu-btn {
		position: initial;
		max-width: 140px;
		margin-top: 20px;
	}
}

/* 频道页 */
.channel-item {
	display: flex;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.03);
	align-items: center;
	margin-bottom: 30px;
	height: 380px;
}
.channel-item:nth-child(2n + 2) {
	flex-direction: row-reverse;
}
.channel-item .img-box {
	width: 40%;
	height: 100%;
}
.channel-item .img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	-ms-transform: all 0.3s;
}
.channel-item:hover .img {
	transform: scale(1.2);
}
.channel-item .info {
	width: 60%;
	padding: 20px 30px;
	position: relative;
}
.channel-item .info h1 {
	font-size: 36px;
	letter-spacing: 1.8px;
	margin-bottom: 30px;
}
.channel-item .info .info-btn {
	margin-bottom: 10px;
}
.channel-item .info .info-btn a {
	overflow: hidden;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 0 10px 10px 0;
	padding: 0 20px;
	color: #666;
	border: 1px solid #999;
	position: relative;
	z-index: 1024;
}
.channel-item .info .info-btn a span {
	width: 100%;
	height: 0%;
	opacity: 0.5;
	background: #0761b1;
	position: absolute;
	left: 0;
	top: 50%;
	animation: fadeInLeft 0.3s;
	z-index: -1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transform: translateY(-50%);
}
.channel-item .info .info-btn a.avatar {
	color: #fff;
	border: 1px solid #0761b1;
}
.channel-item .info .info-btn a.avatar span {
	height: 100%;
	opacity: 1;
}
.channel-item .info h2 {
	font-size: 20px;
	margin-bottom: 14px;
}
.channel-item .info p {
	width: 95%;
	height: 63px;
}
.channel-item .info .more {
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	margin-top: 5%;
	border: 1px solid #0761b1;
	color: #0761b1;
	position: relative;
	z-index: 1024;
}
.channel-item .info .more:before {
	content: '';
	width: 0%;
	height: 100%;
	background: #0761b1;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	animation: fadeInLeft 0.3s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.channel-item .info .more:hover:before {
	width: 100%;
}
.channel-item .info .more:hover {
	color: #fff;
}
.tab-info div {
	display: none;
}
@media (max-width: 992px) {
	.channel-item,
	.channel-item:nth-child(2n + 2) {
		flex-direction: column;
		height: auto;
	}
	.channel-item .img-box {
		width: 100%;
		height: 350px;
	}
	.channel-item .info {
		width: 100%;
	}
	.channel-item .info p {
		width: 100%;
		text-align: justify;
	}
	.channel-item:last-child {
		margin-bottom: 0;
	}
}
@media (max-width: 600px) {
	.channel-item .img-box {
		height: 200px;
	}
}

/* 业务领域左 */
.accordion {
	width: 100%;
	max-width: 360px;
	background: #fff;
}
.accordion .link {
	background: #ebf2f7;
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	color: #999999;
	font-size: 18px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.accordion li {
	overflow: hidden;
	background: #f7fbfe;
}
.accordion li:last-child .link {
	border-bottom: 0;
}
.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #0761b1;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li i.icon-down {
	right: 12px;
	left: auto;
	color: #666666;
}
.accordion li.open i.icon-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.submenu {
	display: none;
	background: #f7fbfe;
}
.submenu a {
	display: block;
	text-decoration: none;
	color: #666666;
	padding: 12px;
	padding-left: 42px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	position: relative;
	font-size: 16px;
}
.submenu a:hover,
.submenu a.avatar {
	color: #0761b1;
}
.submenu a:hover:after,
.submenu a.avatar:after {
	content: '';
	width: 15px;
	height: 15px;
	background: #0761b1;
	position: absolute;
	left: -7.5px;
	transform: rotate(45deg);
	top: 50%;
	margin-top: -7.5px;
}
.accordion-rotate {
	transform: rotate(180deg);
}
.open-accordion {
	transition: all 0.3s;
}
@media (max-width: 992px) {
	.business-info .accordion {
		padding: 0 10px !important;
		max-width: 100%;
		margin-bottom: 15px;
		border-bottom: 1px solid #eaeaea;
	}
	.business-info .accordion ul {
		display: none;
	}
	.business-info #accordion {
		margin-bottom: 20px;
	}
	.business-info .accordion h2 i {
		margin-right: 20px;
	}
	.business-info .openicon {
		position: absolute;
		right: 5px;
		top: 55px;
	}
}
@media (max-width: 600px) {
	.business-info .business-info .right-content h1 {
		font-size: 28px !important;
	}
	.business-info .accordion h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.business-info .accordion .link {
		padding: 8px 15px 8px 42px;
		font-size: 16px;
	}
	.business-info .accordion li i {
		top: 5px;
		margin-right: 0;
	}
	.business-info .submenu {
		padding: 10px 0;
	}
	.business-info .submenu a {
		padding: 5px;
		font-size: 15px;
		padding-left: 42px;
	}
	.business-info .submenu a:hover:after,
	.submenu a.avatar:after {
		left: -12px;
	}
	.business-info .accordion h2 i {
		font-size: 16px !important;
	}
	.business-info .openicon {
		position: sticky;
		top: 90px;
		left: 15px;
		font-size: 14px;
	}
}

/* 数字政府 */
.business-info {
	position: relative;
}
.business-info .right-content {
	padding-left: 30px !important;
}
.business-info .right-content h1 {
	font-size: 36px;
	margin-bottom: 30px;
}
.business-info .right-content .img .img-size {
	border-radius: 5px;
}
.business-info .right-content .img span {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 20px;
}
.business-info .right-content p {
	font-size: 16px;
	margin-top: 20px;
	line-height: 1.5;
}
.business-info .right-content h2 {
	color: #0761b1;
	font-size: 24px;
	margin: 40px auto 20px;
	width: 100%;
}
.business-info .right-content .advantage .item {
	width: 49%;
	background-color: #f7fbfe;
	padding: 15px 25px;
	margin-bottom: 20px;
	height: 200px;
}
.business-info .right-content .advantage .item:nth-child(2n + 1) {
	margin-left: 2%;
}
.business-info .right-content .advantage .item .info p {
	font-size: 14px;
	margin-bottom: 30px;
}
.business-info .right-content .advantage .item .info {
	width: 50%;
}
.business-info .right-content .advantage .item .info i {
	transition: all 0.3s;
}
.business-info .right-content .advantage .item .img {
	width: 40%;
}
.business-info .right-content .advantage .item:hover .info i {
	margin-left: 20px;
}
.business-info .right-content .advantage .item:hover {
	background: #bdddf5;
}
@media (max-width: 992px) {
	.business-info .right-content {
		padding: 0 !important;
	}
}
@media (max-width: 600px) {
	.business-info .right-content .advantage .item {
		width: 100%;
		height: 160px;
	}
	.business-info .right-content .advantage .item:nth-child(2n + 1) {
		margin-left: 0;
	}
	.business-info .right-content h1 {
		font-size: 26px;
	}
}

/* 数字社会 */
.right-content .sociology .swiper-wrapper img {
	width: 100%;
	height: 440px;
}
.right-content .swiper-wrapper .bottom-title {
	position: absolute;
	bottom: 0;
	padding: 10px 15px;
	line-height: 1.5;
	color: #fff;
	width: 100%;
	height: 150px;
	display: flex;
	align-items: flex-end;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.right-content .swiper-wrapper .bottom-title p {
	width: 70%;
	margin-bottom: 10px;
	height: 45px;
}
.right-content .swiper-button-next,
.right-content .swiper-button-prev {
	background: none;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.right-content .swiper-button-next i,
.right-content .swiper-button-prev i {
	font-size: 30px;
	color: #fff;
}
.right-content .arrows {
	position: absolute;
	bottom: 40px;
	right: 10%;
}

.right-content .case .swiper-slide {
	padding: 30px;
}
.right-content .case .swiper-slide .info {
	padding-left: 30px;
}
.right-content .case .swiper-slide .info p:first-child {
	margin-top: 0;
}
.right-content .case .swiper-button-next,
.right-content .case .swiper-button-prev {
	border: 1px solid #999;
	width: 35px;
	height: 35px;
}
.right-content .case .swiper-button-next i,
.right-content .case .swiper-button-prev i {
	color: #999;
	font-size: 22px;
}

/* 党群工作 */
.party-title h1 {
	font-size: 32px;
	font-weight: 700;
	margin: 60px auto 50px auto;
}
.party-work {
	background: url(../images/party-work-bg.png) no-repeat;
	background-position: top center;
	padding: 100px 0 60px 0;
}
.party-work .container {
	box-shadow: 0px 7px 10px 0px rgba(5, 5, 5, 0.06);
	padding: 30px;
}
.party-work .new-time {
	background: #f3f3f3;
	width: 75px !important;
	height: 75px;
	padding: 0 !important;
	margin-right: 20px;
}
.party-work .new-time h4 {
	color: #a3a3a3;
}
.party-work .new-time p {
	color: #bfbfbf;
}
.party-work .new-title {
	margin: 0 !important;
	height: 75px !important;
}
.party-work .news-item:hover .new-time,
.party-work .avatar .new-time {
	background: #ea3d37;
}
.party-work .news-item:hover .new-time h4,
.party-work .news-item:hover .new-time p,
.party-work .avatar .new-time h4,
.party-work .avatar .new-time p {
	color: #fff;
}
.party-work .news-item:hover .list-hov,
.party-work .avatar .list-hov {
	color: #ea3d37;
}
.party-work .news-item:hover .new-title,
.party-work .avatar .new-title {
	border-left: 1px solid #ea3d37;
}
.party-work .party-work-img {
	height: 400px;
	overflow: hidden;
}
.party-work .party-work-img img {
	height: 100%;
}
.party-work .news-item {
	margin-bottom: 33px;
	display: block;
}
@media (max-width: 992px) {
	.party-work .container .img {
		margin-bottom: 10px;
	}
}
@media (max-width: 600px) {
	.party-title h1 {
		font-size: 24px;
		margin: 30px auto 20px auto;
	}
	.party-work {
		padding: 45px 0 20px 0;
	}
	.party-work .container {
		padding: 0;
	}
	.party-work .container .news-list {
		padding: 10px 10px 20px 10px !important;
	}
	.party-work .party-work-img {
		height: 250px;
	}
	.party-work .news-item {
		margin-bottom: 10px;
		display: flex;
	}
	.news .news-item .new-title {
		width: 70%;
	}
}

/* 员工生活 */
.party-life {
	background: url(../images/party-life-bg.png.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 100px;
}
.party-life .swiper-button {
	top: auto;
	right: 50%;
	transform: translateX(50%);
	-ms-transform: translateX(50%);
	margin-top: 34px;
}
.party-life .swiper-button .prev {
	margin-left: 0;
}
@media (max-width: 600px) {
	.party-life {
		padding-bottom: 80px;
	}
}

/* 团员青年 */
.party-members {
	margin-bottom: 60px;
}
.party-members ul li a {
	display: block;
	background: #f3f3f3;
	padding: 35px 28px;
	margin-bottom: 20px;
	transition: all 0.3s;
	border: solid 1px #f3f3f3;
}
.party-members ul li a h1 {
	font-size: 18px;
	line-height: 1.7;
	height: 60px;
}
.party-members ul li a p {
	height: 63px;
}
.party-members ul li a .time {
	padding: 10px 0 20px 0;
	display: block;
}
.party-members ul li a .img {
	height: 210px;
	overflow: hidden;
	margin-bottom: 20px;
}
.party-members ul li a .img img {
	transition: all 0.3s;
}
.party-members ul li a:hover {
	box-shadow: 0.9px 2.9px 19.3px 1.7px rgba(234, 61, 55, 0.15);
	border: solid 1px #ea3d37;
	background: #fff;
}
.party-members ul li a:hover h1 {
	color: #ea3d37 !important;
}
.party-members .more {
	text-align: center;
	display: block;
	padding-top: 15px;
}
.party-members .more a {
	border: solid 1px #dbdbdb;
	color: #666;
	padding: 10px 30px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.party-members .more a:hover {
	border: solid 1px #ea3d37;
	color: #fff;
}
.party-members .more a:after {
	content: '';
	width: 0%;
	height: 100%;
	background: #ea3d37;
	position: absolute;
	left: 0;
	top: 0;
	animation: fadeInLeft 0.3s;
	z-index: -1;
	transition: width 0.3s;
	-webkit-transition: width 0.3s;
}
.party-members .more a:hover:after {
	width: 100%;
}
.party-members ul li a:hover .img img {
	transform: scale(1.3);
}
@media (max-width: 992px) {
	.party-members ul li a h1 {
		width: 80%;
	}
}
@media (max-width: 600px) {
	.party-members {
		margin-bottom: 30px;
	}
	.party-members .more {
		padding-top: 0;
	}
}

/* 廉政建设 */
.party-integrity {
	padding-bottom: 60px;
}
.party-integrity ul li {
	margin-bottom: 20px;
}
.party-integrity ul li a {
	padding: 20px;
	position: relative;
	box-shadow: 0.9px 2.9px 19.3px 1.7px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	transition: all 0.3s;
}
.party-integrity ul li a h1 {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 5%;
}
.party-integrity ul li a p {
	line-height: 26px;
	margin-top: 10%;
}
.party-integrity ul li a .img,
.party-integrity ul li a .info {
	width: 50%;
}
.party-integrity ul li a .img {
	max-height: 210px;
	overflow: hidden;
	padding: 0 !important;
}
.party-integrity ul li a .img img {
	transition: all 0.3s;
	transform: scale(1.3);
}
.party-integrity ul li a .info {
	padding-left: 20px;
}
.party-integrity ul li a:before {
	content: '';
	width: 0%;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background: #ea3d37;
	transition: width 0.7s;
	-webkit-transition: width 0.7s;
}
.party-integrity ul li a:hover:before {
	width: 100%;
}
.party-integrity ul li a:hover h1 {
	color: #ea3d37 !important;
}
.party-integrity ul li a:hover .img img {
	transform: scale(1);
}
@media (max-width: 992px) {
}
@media (max-width: 600px) {
	.party-integrity {
		padding-bottom: 0;
	}
	.party-integrity ul li a {
		display: block;
		margin-bottom: 0;
	}
	.party-integrity ul li a .img {
		margin-bottom: 20px;
	}
	.party-integrity ul li a .img,
	.party-integrity ul li a .info {
		width: 100%;
		padding: 0;
	}
}

/* 党群列表 */

.party-list .cpy-news .list-item {
	padding: 20px 0;
	margin-bottom: 10px;
}
.party-list .cpy-news .list-item:hover h3 a {
	color: #ea3d37;
}
.party-list .cpy-news .list-item:hover {
	box-shadow: 0px 0px 17.5px 0.5px rgba(234, 61, 55, 0.11);
}
.party-list .cpy-news .list-item:hover {
	padding: 20px;
}
.party-box .swiper-slide .avatar,
.party-box .swiper-wrapper .swiper-slide a:hover {
	color: #ea3d37 !important;
}
@media (max-width: 600px) {
	.party-main {
		background-color: #f7f7f7;
		padding: 0 15px;
	}
	.party-list .cpy-news .list-item:hover {
		padding: 15px;
	}
	.party-list .cpy-news .list-item {
		background: #fff;
		padding: 15px;
		margin-bottom: 15px;
	}
	.party-list .cpy-news .list-item .container {
		margin: 0;
		width: 100%;
	}
	.party-list .cpy-news .list-item .info {
		padding-bottom: 0;
	}
}

/* 联系我们 */
.content-info {
	margin-bottom: 30px;
}
.content-info .item {
	background: #f4f9fe;
	text-align: center;
	padding: 30px 35px 40px;
	width: 23%;
}
.content-info .item i {
	font-size: 50px;
}
.content-info .item h6 {
	font-size: 20px;
	margin-bottom: 10px;
}
.content-info .item p {
	font-size: 16px;
	word-break: break-all;
}
#map {
	height: 600px;
	width: 100%;
	margin-bottom: 50px;
}
@media (max-width: 992px) {
	.content-info .item {
		width: 48%;
		margin-bottom: 30px;
	}
	#map {
		height: 400px;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 600px) {
	.content-info .item {
		padding: 0px;
		width: 48.5%;
		padding: 0 5% 2% 5%;
		height: 0%;
		padding-bottom: 2%;
		margin-bottom: 3%;
	}
	.content-info .item h6 {
		font-size: 16px;
	}
	.content-info .item p {
		font-size: 12px;
		word-break: break-all;
		height: 40px;
	}
}

/* 合作伙伴 */
.parthers .second-title h2 {
	color: #fff;
}
.parthers {
	background: url(../images/parthers-bg.png) no-repeat;
	background-size: cover;
}
.parthers .swiper-slide {
	border: 1px solid #eaeaea;
	height: 110px;
	width: 20%;
	background: #fff;
	overflow: hidden;
}
.parthers .swiper-container {
	margin-top: 20px;
	margin-left: -2px;
}
.parthers .swiper-pagination {
	position: initial;
}
.parthers .swiper-pagination span {
	margin-right: 5px;
	margin-top: 100px;
}
.parthers .swiper-pagination .swiper-pagination-bullet-active {
	background: #0761b1;
}
.parthers .text {
	letter-spacing: 0.8px;
	font-size: 16px;
}
.parthers .swiper-slide img {
	transition: all 0.3s;
}
.parthers .swiper-slide:hover img {
	transform: scale(1.2);
}
@media only screen and (max-width: 992px) {
	.parthers .swiper-pagination span {
		margin-top: 50px;
	}
}
@media (max-width: 600px) {
	.parthers .swiper-pagination span {
		margin-bottom: 20px;
	}
}

/* 网站地图 */
.sitemap .list .item {
	color: #666;
	text-align: center;
	width: 13%;
}
.sitemap .list .item h6 {
	background: #0761b1;
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
	color: #fff;
}
.sitemap .list .item ul li a {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #666;
}
.sitemap .list .item ul li a:hover {
	text-decoration: underline;
	color: #0761b1;
}
@media (max-width: 600px) {
	.sitemap {
		padding: 30px 0 50px;
	}
}

/* 搜索结果 */
.search-con .search-tit {
	margin-bottom: 20px;
}
.search-con .search-tit h1 {
	font-size: 40px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.search-con .search-tit p {
	font-size: 16px;
}
.search-con .search-tit p span {
	color: #666;
	margin: 0 10px;
}
.search-con .more {
	text-align: center;
}
.search-con .more a {
	width: 300px;
	text-align: center;
	position: relative;
	color: #0761b1;
	border: 1px solid #0761b1;
}
.search-con .more a:after {
	content: '';
	width: 0%;
	height: 100%;
	background: #0761b1;
	position: absolute;
	left: 0;
	top: 0;
	animation: fadeInLeft 0.3s;
	z-index: -1;
	transition: width 0.3s;
	-webkit-transition: width 0.3s;
}
.search-con .more a:hover:after {
	width: 100%;
}
.search-con .more a:hover {
	color: #fff;
}

/* 人才培训 */
.recruit-list {
	padding: 30px 0;
}
.recruit-list .cpy-news .list-item:hover {
	padding: 20px;
}
.recruit-list .cpy-news .list-item {
	padding: 20px 0;
	margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
	.recruit-list .container {
		display: block;
	}
	.recruit-list .cpy-news {
		padding: 0 15px;
	}
	.recruit-list .cpy-news .list-item:hover {
		padding: 15px;
	}
	.recruit-list .cpy-news .list-item {
		padding-top: 0;
		margin-bottom: 15px;
		background: #fff;
		padding: 15px;
	}
	.recruit-list .cpy-news .list-item .container {
		width: 100%;
	}
	.recruit-list .cpy-news .list-item .info {
		padding-bottom: 0;
	}
}

/* 人才招聘 */
.recruitment .recruitment-item li {
	width: 30%;
	border: solid 1px #dbdbdb;
	margin-right: 5%;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}
.recruitment .recruitment-item li:nth-child(3n) {
	margin-right: 0;
}
.recruitment .recruitment-item li .info {
	padding: 20px 0;
	border-bottom: 1px solid #dbdbdb;
}
.recruitment .recruitment-item li .info .time {
	text-align: center;
	padding: 15px 17px;
	white-space: nowrap;
}
.recruitment .recruitment-item li .info .time p {
	font-size: 30px;
	line-height: 1;
	transition: all 1s;
}
.recruitment .recruitment-item li .info .time span {
	font-size: 20px;
	transition: all 1s;
}
.recruitment .recruitment-item li .info .title {
	padding: 17px;
	border-left: 1px solid #dbdbdb;
	font-weight: 700;
	font-size: 18px;
	height: 88px;
}
.recruitment .recruitment-item li:hover .title p {
	transition: all 1s;
}
.recruitment .recruitment-item li a {
	color: #999;
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0 17px;
	transition: all 1s;
}
.recruitment .recruitment-item li a:after {
	content: '\e601';
	font-family: 'iconfont';
	float: right;
	font-size: 18px;
	transition: all 0.3s;
}
.recruitment .recruitment-item li:hover {
	border: solid 1px #0761b1;
	transition: all 2s;
}
.recruitment .recruitment-item li:hover .info {
	border-bottom: 1px solid #fff;
}
.recruitment .recruitment-item li:hover .info .title {
	border-left: 1px solid #fff;
}
.recruitment .recruitment-item li:hover .info .time p,
.recruitment .recruitment-item li:hover .info .time span,
.recruitment .recruitment-item li:hover .title p,
.recruitment .recruitment-item li:hover a {
	color: #fff !important;
}
.recruitment .recruitment-item li:hover a:after {
	transform: rotate(-135deg);
	color: #fff;
}
.recruitment .recruitment-item li:hover:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #0761b1;
	animation: bounceInDown 0.7s;
	position: absolute;
	top: 0;
	z-index: -1;
}
.recruitment .pagination {
	margin-top: 0 !important;
}
@media (max-width: 992px) {
	.recruitment .recruitment-item li,
	.recruitment .recruitment-item li:nth-child(3n) {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 25px;
	}
	.recruitment .recruitment-item li:nth-child(2n) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 600px) {
	.recruitment .recruitment-item li,
	.recruitment .recruitment-item li:nth-child(3n) {
		width: 100%;
	}
}

/* 宫格新闻列表页 */
.news-palace li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 40px;
	overflow: hidden;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);
}
.news-palace li:nth-child(3n) {
	margin-right: 0;
}
.news-palace li a .img img {
	transition: all 0.3s;
}
.news-palace li a .info {
	padding: 15px;
}
.news-palace li a .info .title {
	font-size: 18px;
	color: #333;
	height: 54px;
}
.news-palace li a .info .time {
	font-size: 14px;
	color: #999;
	margin-top: 20px;
	position: relative;
}
.news-palace li a:hover .title {
	color: #0761b1;
}
.news-palace li a:hover .info .time:after {
	content: '\e643';
	font-family: 'iconfont';
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	position: absolute;
	right: 0;
	bottom: -5px;
	background: #f3f3f3;
	border-radius: 50%;
}
.news-palace li a:hover .img img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
}
@media (max-width: 992px) {
	.news-palace li {
		width: 48%;
		margin: 0 4% 4% 0;
	}
	.news-palace li:nth-child(3n) {
		margin-right: 4%;
	}
	.news-palace li:nth-child(2n) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 600px) {
	.news-palace li {
		width: 100%;
		margin: 0 0 15px 0 !important;
	}
}

/* 侧边栏导航 */
.sidebar {
	position: fixed;
	right: 10px;
	bottom: 80px;
	z-index: 1000;
}
.sidebar .box {
	position: relative;
	width: 52px;
	height: 52px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	background: #98a0ae;
}
.sidebar .box .icon {
	display: inline-block;
	width: 52px;
	height: 52px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.sidebar .box .iconfont {
	font-size: 23px;
}
.sidebar .box .text {
	position: absolute;
	top: 2px;
	left: 0;
	display: inline-block;
	line-height: 16px;
	padding: 10px;
	font-size: 14px;
	letter-spacing: 2px;
	opacity: 0;
	background: #2770f6;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.sidebar .box .info-box {
	position: absolute;
	right: 28px;
	top: 0;
	z-index: -1;
	width: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.sidebar .box .info-box .info {
	width: 208px;
	font-size: 13px;
	color: #666;
	background: #fff;
	border: 1px solid #f2f2f2;
	box-shadow: 3px 3px 24px 0 rgba(41, 109, 247, 0.14);
}
.sidebar .box .info-box .info .item {
	position: relative;
	border-bottom: 1px solid #f7f7f7;
	padding: 5px 0;
}
.sidebar .box .info-box .info .item a:first-child i {
	float: left;
	padding-left: 20px;
}
.sidebar .box .info-box .info .item a p {
	line-height: 34px;
	margin-left: 60px;
}
.sidebar .box .info-box .info .item a:hover p {
	color: #0761b1;
}
.sidebar .box .info-box .info .item:hover {
	background: #fafafa;
}
.sidebar .box.box-1 {
	border-bottom: 1px solid #d6d9de;
}
.sidebar .box.box-1 .icon {
	background-image: url('../images/icon_tool_tel.png');
}
.sidebar .box.box-1:hover .info-box {
	right: 50px;
	width: 220px;
}
.sidebar .box.box-2 {
	border-top: 1px solid #d6d9de;
}
.sidebar .box.box-2 .icon {
	cursor: pointer;
	background-image: url('../images/icon_tool_up.png');
}
.sidebar .box:hover .icon {
	top: -2px;
	opacity: 0;
}
.sidebar .box:hover .text {
	top: 0;
	opacity: 1;
}

/* 论坛 */
.dm-body {
	height: auto;
	font-family: 'Microsoft YaHei';
}
.ccn-head {
	height: 540px;
	width: 100%;
	background: url(../images/sjsl/banner1.jpg) no-repeat center;
	padding-top: 1px;
}
.ccn-head-title1 {
	margin-top: 150px;
	text-align: center;
}
.ccn-head-title1 img {
	width: 992px;
}
.ccn-head-title2 {
	margin-top: 45px;
	text-align: center;
}
.ccn-head-title2 img {
	width: 750px;
}
.ccn-bg {
	/*background:url(../images/sjsl/banner1.jpg) repeat-y center;*/
	background-color: #062172;
}
.ccn-chapter-title {
	text-align: center; /*background:url(../images/caihconn-2018/title.png) no-repeat center;*/
	background-size: auto 100%;
	width: 410px;
	margin: auto;
	margin-top: 0;
	font-size: 34px;
	color: #12f6ff;
	font-weight: bold; /*line-height:70px;*/
}
.ccn-chapter-title img {
	width: 87px;
	height: 61px;
}
.ccn-chapter-title .ccn-chapter-title-txt {
	font-family: MicrosoftYaHeiUI-Bold;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
}
.ccn-chapter-title-first {
	/* margin-top:-105px;*/
}
.ccn-chapter-text {
	font-family: AlibabaPuHuiTi-Regular;
	width: 940px; /*height:215px;*/
	background: url(../images/sjsl/box1.png) no-repeat center;
	background-size: 100% 100%;
	text-align: center;
	margin: 22px auto;
	padding: 40px 0;
}
.ccn-chapter-text-sub {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.85;
	text-align: justify;
	width: 866px;
}
.ccn-chapter-item {
	width: 940px;
	height: 215px;
	margin: 22px auto;
}
.ccn-chapter-item:after {
	content: '';
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.ccn-chapter-text-item {
	width: 300px;
	height: 184px;
	margin-right: 20px;
	background: url(../images/sjsl/itembg1.png) no-repeat center;
	background-size: 100% 100%;
	float: left;
	padding: 40px 20px;
}
.ccn-chapter-item .ccn-chapter-text-item:last-child {
	margin-right: 0;
}
.ccn-chapter-text-item-title {
	font-family: AlibabaPuHuiTi-Heavy;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #05a8ff;
	margin-bottom: 15px;
}
.ccn-chapter-text-item-cont {
	font-family: AlibabaPuHuiTi-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
}
.ccn-chapter-time-addr {
	margin: 22px auto;
	width: 940px;
	text-align: center;
}
.ccn-chapter-time-addr-item {
	text-align: left;
}
.ccn-chapter-time-addr-item img {
	width: 23px;
	height: 23px;
	float: left;
	margin-right: 10px;
	margin-top: 11px;
}
.ccn-chapter-time-addr-item span {
	font-family: AlibabaPuHuiTi-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #ffffff;
}
.ccn-chapter-plan {
	width: 807px;
	height: 392px;
	margin: 22px auto;
}
.ccn-chapter-plan-item-bg {
	/*height:40px;*/
	background: url(../images/sjsl/tableRow.png) no-repeat center;
	background-size: 100% 100%;
	line-height: 40px;
	padding-left: 43px;
	position: relative;
}
.ccn-chapter-plan-item {
	/*height:40px;*/
	line-height: 40px;
	padding-left: 43px;
	position: relative;
}
.ccn-chapter-plan-item .ccn-chapter-plan-item-time span,
.ccn-chapter-plan-item-bg .ccn-chapter-plan-item-time span {
	font-family: AlibabaPuHuiTi-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	float: left;
}
.ccn-chapter-plan-item img,
.ccn-chapter-plan-item-bg img {
	float: left;
	margin: 11px 40px 0 40px;
}
.ccn-chapter-plan-item .ccn-chapter-plan-item-time,
.ccn-chapter-plan-item-bg .ccn-chapter-plan-item-time {
	position: absolute;
	left: 40px;
	top: 1px;
}
.ccn-chapter-plan-item .ccn-chapter-plan-item-cont,
.ccn-chapter-plan-item-bg .ccn-chapter-plan-item-cont {
	font-family: AlibabaPuHuiTi-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	margin-left: 185px;
	display: block;
}
.ccn-chapter-attr-title {
	font-family: MicrosoftYaHeiUI;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 250px;
	text-align: center;
}
.ccn-chapter-bottom-box {
	width: 100%;
	height: 700px;
	background: url(../images/sjsl/bottom.jpg) no-repeat center;
	background-size: 100% 100%;
	margin-top: 30px;
}
.ccn-point-item {
	color: #12f6ff;
	font-size: 22px;
	text-align: center;
	line-height: normal;
	margin-top: 45px;
}
.ccn-point-item-first {
	margin-top: 70px;
}
.ccn-point-item img {
	margin-right: 20px;
	vertical-align: middle;
	width: 25px;
}
.ccn-point-text {
	background: url(../images/caihconn-2018/line.png) no-repeat center bottom;
	padding: 17px 0 35px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: normal;
}
.ccn-location-text {
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: normal;
	margin-top: 20px;
}
.ccn-location-wrap {
	margin-top: 60px;
}
.ccn-content-wrap {
	width: 1109px;
	margin: auto;
}
.ccn-process-text {
	line-height: normal;
	text-align: center;
	color: #12f6ff;
	font-size: 22px;
	padding-bottom: 35px;
	padding-top: 35px;
	border-bottom: 1px dashed #12f6ff;
}
.ccn-process-text img {
	margin-right: 28px;
	width: 25px;
	vertical-align: middle;
}
.ccn-process-desc {
	font-size: 16px;
	color: #fff;
	margin-top: 24px;
}
.ccn-sinup {
	width: 940px;
	height: 380px;
	margin: auto;
	margin-top: 112px;
	background: url(../images/sjsl/submitBox.png) no-repeat;
	font-size: 22px;
	color: #12f6ff;
	text-align: center;
	padding-top: 30px;
}
.ccn-sinup-label {
	width: 110px;
	display: inline-block;
	text-align: right;
	font-family: AlibabaPuHuiTi-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 72px;
	letter-spacing: 0px;
	color: #ffffff;
}
.ccn-sinup-input {
	width: 462px;
	height: 52px;
	background-color: #051a5b;
	font-family: AlibabaPuHuiTi-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 72px;
	letter-spacing: 0px;
	color: #ffffff;
	border: none;
	padding-left: 15px;
}
.ccn-sinup-item {
}
.ccn-sinup-submit {
	width: 200px;
	height: 52px;
	background-color: #1d4cd0;
	font-family: AlibabaPuHuiTi-Medium;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #ffffff;
	border: none;
	margin-top: 30px;
}
.ccn-sinup-submit:hover {
	cursor: pointer;
	background-color: #3073d0;
}
.ccn-qr {
	text-align: center;
}
.ccn-qr img {
	width: 294px; /*border-radius:20px;*/
}
.ccn-qr-text {
	font-size: 24px;
	color: #fff;
	margin-top: 50px;
	line-height: normal;
}
.ccn-contact-title {
	font-family: MicrosoftYaHeiUI;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 100px;
	margin-bottom: 20px;
	text-align: center;
}
.ccn-contact-list {
	text-align: center;
	padding-bottom: 200px;
	width: 560px;
	margin: 0 auto;
}
.ccn-contact-list li {
	font-family: MicrosoftYaHeiUI;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #b8d6ff;
	margin-right: 30px;
	float: left;
}
.ccn-contact-list li:last-child {
	margin-right: 0;
}
.ccn-lecturer-title {
	font-size: 22px;
	color: #12f6ff;
	text-align: center;
	margin-top: 80px;
}
.ccn-lecturer-list {
	padding: 0;
	width: 990px;
	margin: auto;
	margin-top: 30px;
}
.ccn-lecturer-list li {
	width: 33.33%;
	float: left;
}
.ccn-lecturer-list li.two {
	width: 50%;
}
.ccn-lecturer-name {
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}
.ccn-lecturer-desc {
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: auto;
	margin-top: 5px; /* width:170px;*/
}
.ccn-lecturer-img {
	text-align: center;
}
.ccn-lecturer-img img {
	width: 160px;
}
.ccn-lecturer-subtitle {
	font-size: 20px;
	color: #12f6ff;
	text-align: center;
	margin-top: 50px;
}
@media (min-width: 280px) and (max-width: 768px) {
	.ccn-head {
		background: url(../images/sjsl/phoneBanner.jpg) no-repeat center;
		height: 243px;
		background-size: 100% 100%;
	}
	.ccn-head-title1 {
		margin-top: 190px;
	}
	.ccn-head-title1 img {
		width: 120%;
		margin-left: -10%;
	}
	.ccn-head-title2 {
		margin-top: 30px;
	}
	.ccn-head-title2 img {
		width: 90%;
	}
	.ccn-chapter-title {
		width: 70%;
		background-size: 100% auto;
		font-size: 28px;
	}
	.ccn-chapter-title img {
		width: 44px;
		height: 31px;
	}
	/* .ccn-chapter-title-first {margin-top:40px;} */
	.ccn-chapter-text {
		width: 90%;
		height: auto;
		box-sizing: border-box;
		padding: 35px 20px 20px 20px;
		font-size: 16px;
		line-height: 40px;
		margin-top: 20px;
		background: url(../images/sjsl/phoneBox1.png) no-repeat center;
		background-size: 100% 100%;
	}
	.ccn-chapter-title .ccn-chapter-title-txt {
		font-family: MicrosoftYaHeiUI-Bold;
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 15px;
		letter-spacing: 0px;
		color: #ffffff;
	}
	.ccn-chapter-text-sub {
		font-family: AlibabaPuHuiTi-Regular;
		font-size: 12px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 20px;
		letter-spacing: 0px;
		color: #ffffff;
		opacity: 0.85;
		width: auto;
	}
	.ccn-chapter-item {
		width: 90%;
		height: auto;
	}
	.ccn-chapter-text-item {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		text-align: center;
	}
	.ccn-chapter-text-item-title {
		font-family: AlibabaPuHuiTi-Heavy;
		font-size: 15px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 18px;
		letter-spacing: 0px;
		color: #05a8ff;
	}
	.ccn-chapter-text-item-cont {
		font-family: AlibabaPuHuiTi-Regular;
		font-size: 12px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 16px;
		letter-spacing: 0px;
		color: #ffffff;
	}
	.ccn-chapter-time-addr {
		width: 100%;
	}
	.ccn-chapter-time-addr-item span {
		font-family: AlibabaPuHuiTi-Regular;
		font-size: 13px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 30px;
		letter-spacing: 0px;
		color: #ffffff;
	}
	.ccn-chapter-time-addr-item img {
		width: 16px;
		height: 16px;
		margin-top: 8px;
	}
	.ccn-chapter-plan {
		width: 95%;
		height: auto;
	}
	.ccn-chapter-plan-item-bg,
	.ccn-chapter-plan-item {
		/*height:28px;*/
		line-height: 28px;
		padding-left: 10px;
	}
	.ccn-chapter-plan-item-bg:after,
	.ccn-chapter-plan-item:after {
		content: '';
		height: 0;
		line-height: 0;
		display: block;
		visibility: hidden;
		clear: both;
	}
	.ccn-chapter-plan-item .ccn-chapter-plan-item-time span,
	.ccn-chapter-plan-item-bg .ccn-chapter-plan-item-time span {
		font-family: AlibabaPuHuiTi-Regular;
		font-size: 12px;
	}
	.ccn-chapter-plan-item img,
	.ccn-chapter-plan-item-bg img {
		width: 5px;
		height: 9px;
		margin: 9px 6px 0 6px;
	}
	.ccn-chapter-plan-item .ccn-chapter-plan-item-time,
	.ccn-chapter-plan-item-bg .ccn-chapter-plan-item-time {
		position: absolute;
		left: 15px;
		top: 0;
	}
	.ccn-chapter-plan-item .ccn-chapter-plan-item-cont,
	.ccn-chapter-plan-item-bg .ccn-chapter-plan-item-cont {
		font-family: AlibabaPuHuiTi-Regular;
		font-size: 12px;
		margin-left: 90px;
	}
	/* .ccn-chapter-title {margin-top:40px;} */
	.ccn-point-item-first {
		margin-top: 40px;
	}
	.ccn-point-item {
		font-size: 22px;
	}
	.ccn-point-text {
		font-size: 18px;
		padding-left: 7%;
		padding-right: 7%;
		box-sizing: border-box;
		background-size: 100%;
	}
	.ccn-process-text img {
		margin-right: 15px;
	}
	.ccn-point-item img {
		margin-right: 15px;
		vertical-align: middle;
	}
	.ccn-point-item span {
		vertical-align: middle;
	}
	.ccn-location-text {
		font-size: 16px;
	}
	.ccn-location-wrap {
		margin-top: 20px;
	}
	.ccn-content-wrap {
		width: 100%;
	}
	.ccn-process-text {
		margin-top: 5px;
		padding-bottom: 35px;
		padding-top: 35px;
		font-size: 22px;
	}
	.ccn-process-desc {
		font-size: 16px;
		padding: 5%;
	}
	.ccn-content-wrap {
		width: 90%;
	}
	.ccn-sinup {
		width: 90%;
		height: auto;
		background-size: 100% 100%;
		padding: 1px 5%;
		padding-bottom: 30px;
		box-sizing: border-box;
		margin-top: 30px;
		background: none;
	}
	.ccn-sinup-label {
		display: inline-block;
		font-size: 12px;
		width: 70px;
		line-height: 40px;
	}
	.ccn-sinup-input {
		display: inline-block;
		width: calc(100% - 80px);
		height: 30px;
		box-sizing: border-box;
		font-size: 12px;
		margin-top: 5px;
	}
	.ccn-sinup-item {
		margin-top: 0px;
	}
	.ccn-sinup-submit {
		margin-top: 18px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		width: 100px;
	}
	.ccn-qr {
		margin-top: 30px;
	}
	.ccn-qr img {
		width: 150px;
	}
	.ccn-qr-text {
		font-size: 22px;
		width: 90%;
		margin: auto;
		margin-top: 20px;
	}
	.ccn-contact-list {
		width: 100%;
	}
	.ccn-contact-title {
		font-size: 12px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
	}
	.ccn-contact-list li {
		font-size: 12px;
		border-right: none;
		float: none;
		margin-right: 0;
	}
	.ccn-lecturer-title {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		line-height: 30px;
		margin-top: 40px;
	}
	.ccn-lecturer-list {
		width: 100%;
	}
	.ccn-lecturer-list li {
		width: 100% !important;
		margin-bottom: 30px;
	}
	.ccn-lecturer-desc {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.ccn-chapter-attr-title {
		font-size: 14px;
		margin-top: 130px;
	}
	.ccn-chapter-bottom-box {
		background: url(../images/sjsl/phoneBottom.jpg) no-repeat center;
		height: auto;
		width: 100%; /*background-size:100% 100%;*/
	}
}
</pre></body></html>